Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowCancelEventArgs.cs / 1 / DataGridViewRowCancelEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
using System;
using System.Diagnostics;
using System.ComponentModel;
///
///
/// [To be supplied.]
///
public class DataGridViewRowCancelEventArgs : CancelEventArgs
{
private DataGridViewRow dataGridViewRow;
///
public DataGridViewRowCancelEventArgs(DataGridViewRow dataGridViewRow)
{
Debug.Assert(dataGridViewRow != null);
Debug.Assert(dataGridViewRow.Index >= 0);
this.dataGridViewRow = dataGridViewRow;
}
///
///
/// [To be supplied.]
///
public DataGridViewRow Row
{
get
{
return this.dataGridViewRow;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Content.cs
- BinaryObjectWriter.cs
- WpfGeneratedKnownProperties.cs
- CreateUserErrorEventArgs.cs
- DocumentApplicationJournalEntry.cs
- FlagsAttribute.cs
- ReadOnlyTernaryTree.cs
- EntityConnectionStringBuilder.cs
- ClassHandlersStore.cs
- OleDbSchemaGuid.cs
- ItemDragEvent.cs
- ByteStreamMessageEncodingElement.cs
- WizardForm.cs
- DoubleAnimationUsingPath.cs
- SafeFileHandle.cs
- TemplateBamlRecordReader.cs
- ServiceThrottlingBehavior.cs
- GAC.cs
- AuthenticationModulesSection.cs
- CodeDelegateInvokeExpression.cs
- DockPanel.cs
- httpstaticobjectscollection.cs
- DetailsViewDeleteEventArgs.cs
- UriTemplateLiteralPathSegment.cs
- AsymmetricKeyExchangeFormatter.cs
- StrongNameUtility.cs
- shaperfactoryquerycachekey.cs
- ThreadExceptionDialog.cs
- ProgressBarRenderer.cs
- PagedDataSource.cs
- HandleValueEditor.cs
- SendKeys.cs
- ActiveXSite.cs
- PropertyReferenceSerializer.cs
- QueryResult.cs
- CompoundFileReference.cs
- PeerResolverMode.cs
- AsyncResult.cs
- InstalledFontCollection.cs
- UInt32.cs
- Point4D.cs
- SweepDirectionValidation.cs
- DataPointer.cs
- EntityDataSourceView.cs
- NoClickablePointException.cs
- WinCategoryAttribute.cs
- DataKey.cs
- CodeBlockBuilder.cs
- LoadedOrUnloadedOperation.cs
- ChangeTracker.cs
- DataControlImageButton.cs
- UnmanagedMemoryStream.cs
- HwndSubclass.cs
- RijndaelManaged.cs
- ContentHostHelper.cs
- JapaneseCalendar.cs
- NeedSkipTokenVisitor.cs
- TableCellCollection.cs
- LocalBuilder.cs
- XmlDocument.cs
- StyleSheetComponentEditor.cs
- HotSpotCollection.cs
- XamlReaderHelper.cs
- EventDescriptorCollection.cs
- ProcessHostConfigUtils.cs
- DataGridViewRowsRemovedEventArgs.cs
- TypedCompletedAsyncResult.cs
- Parameter.cs
- CodeCatchClauseCollection.cs
- _HelperAsyncResults.cs
- FocusWithinProperty.cs
- HostedImpersonationContext.cs
- XmlHierarchyData.cs
- RemotingConfiguration.cs
- OdbcHandle.cs
- OrderedDictionaryStateHelper.cs
- StrokeCollection2.cs
- BuildProvider.cs
- XmlIterators.cs
- SmiEventStream.cs
- ChangeBlockUndoRecord.cs
- DataColumnChangeEvent.cs
- ConsoleCancelEventArgs.cs
- HttpHeaderCollection.cs
- DbDataSourceEnumerator.cs
- StylusPointPropertyUnit.cs
- PenLineJoinValidation.cs
- SynchronizedDispatch.cs
- FileBasedResourceGroveler.cs
- IListConverters.cs
- ScopelessEnumAttribute.cs
- StrokeNodeOperations.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- UIElementParagraph.cs
- MobileContainerDesigner.cs
- OleServicesContext.cs
- XmlMemberMapping.cs
- SharedTcpTransportManager.cs
- RuntimeConfig.cs
- SqlBulkCopyColumnMapping.cs