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
- RequiredFieldValidator.cs
- PrintPageEvent.cs
- EventPrivateKey.cs
- KnownIds.cs
- DataGridItemAutomationPeer.cs
- ReliableSessionElement.cs
- SQlBooleanStorage.cs
- DocumentOrderQuery.cs
- CompiledAction.cs
- RoleService.cs
- DBAsyncResult.cs
- DataGridViewUtilities.cs
- ThemeInfoAttribute.cs
- InternalConfigRoot.cs
- ParserHooks.cs
- CorePropertiesFilter.cs
- PropertyTabAttribute.cs
- DesignerRegionMouseEventArgs.cs
- ObjectStateManager.cs
- AssociatedControlConverter.cs
- ExitEventArgs.cs
- HorizontalAlignConverter.cs
- XmlImplementation.cs
- ActivationArguments.cs
- RenderOptions.cs
- DataGridRowHeaderAutomationPeer.cs
- TypeGeneratedEventArgs.cs
- ExceptionHandlerDesigner.cs
- DoubleLinkList.cs
- SafeFileMappingHandle.cs
- PathTooLongException.cs
- GuidelineCollection.cs
- InputBinding.cs
- EntityViewGenerator.cs
- DataGridTablesFactory.cs
- NamedPipeDuplicateContext.cs
- XPathMessageFilterElementComparer.cs
- DiscoveryDocumentSearchPattern.cs
- TableLayoutColumnStyleCollection.cs
- CompilerTypeWithParams.cs
- OleStrCAMarshaler.cs
- TabControl.cs
- EventSourceCreationData.cs
- CriticalFileToken.cs
- XhtmlTextWriter.cs
- Debug.cs
- GraphicsPath.cs
- DataTableMappingCollection.cs
- WinFormsSpinner.cs
- ColumnMapProcessor.cs
- cookiecollection.cs
- StylusDevice.cs
- XmlBufferReader.cs
- FixedTextView.cs
- Pointer.cs
- HasCopySemanticsAttribute.cs
- HttpCachePolicyElement.cs
- Visual3D.cs
- SynchronousReceiveBehavior.cs
- StateItem.cs
- ItemsControlAutomationPeer.cs
- LocatorGroup.cs
- PrePostDescendentsWalker.cs
- TableRowCollection.cs
- ReadOnlyHierarchicalDataSourceView.cs
- RenderDataDrawingContext.cs
- Style.cs
- WriterOutput.cs
- WebPartMovingEventArgs.cs
- SectionVisual.cs
- DependencySource.cs
- MembershipPasswordException.cs
- KoreanCalendar.cs
- PreservationFileReader.cs
- UshortList2.cs
- cryptoapiTransform.cs
- LinearGradientBrush.cs
- PolyBezierSegment.cs
- QuaternionConverter.cs
- CombinedGeometry.cs
- TableParagraph.cs
- FormViewPagerRow.cs
- FrameAutomationPeer.cs
- RegexRunner.cs
- StringFreezingAttribute.cs
- ClientSponsor.cs
- TypeConverterAttribute.cs
- BufferBuilder.cs
- PointLightBase.cs
- SqlSelectStatement.cs
- ThreadNeutralSemaphore.cs
- DrawingVisual.cs
- AdditionalEntityFunctions.cs
- ImageDrawing.cs
- AtomicFile.cs
- SystemIPAddressInformation.cs
- Pens.cs
- CollectionContainer.cs
- PauseStoryboard.cs
- PerformanceCounterPermissionEntryCollection.cs