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
- SQLDateTimeStorage.cs
- WebHttpBindingCollectionElement.cs
- StaticSiteMapProvider.cs
- PinnedBufferMemoryStream.cs
- OutputCacheProfile.cs
- AssemblyBuilder.cs
- EnumerableValidator.cs
- FixedElement.cs
- WebPermission.cs
- StreamGeometry.cs
- DefaultHttpHandler.cs
- LongPath.cs
- RewritingSimplifier.cs
- AdPostCacheSubstitution.cs
- DBCommandBuilder.cs
- TagPrefixAttribute.cs
- ToolStripLocationCancelEventArgs.cs
- SelectionPattern.cs
- TableCellCollection.cs
- TableCellAutomationPeer.cs
- MarshalDirectiveException.cs
- SafeEventLogReadHandle.cs
- XPathNodeHelper.cs
- QilChoice.cs
- ExcCanonicalXml.cs
- MasterPageParser.cs
- SchemaImporterExtension.cs
- BadImageFormatException.cs
- ObjectPersistData.cs
- GraphicsPath.cs
- BaseCodePageEncoding.cs
- SelectionItemPattern.cs
- SourceInterpreter.cs
- InputLanguageProfileNotifySink.cs
- FormsAuthenticationConfiguration.cs
- ScrollChangedEventArgs.cs
- HttpWebResponse.cs
- ListSourceHelper.cs
- NativeMethods.cs
- SrgsGrammar.cs
- DataSourceView.cs
- TextSimpleMarkerProperties.cs
- Attributes.cs
- WebPartZone.cs
- XmlExceptionHelper.cs
- PropertyConverter.cs
- DatePickerDateValidationErrorEventArgs.cs
- OdbcConnectionFactory.cs
- JumpTask.cs
- SortedList.cs
- SqlRowUpdatedEvent.cs
- SafeEventHandle.cs
- Visitors.cs
- LinqDataSourceInsertEventArgs.cs
- InvalidTimeZoneException.cs
- CodeExporter.cs
- ObjectDataSourceMethodEventArgs.cs
- XmlTextEncoder.cs
- XmlSchemaObject.cs
- CharacterHit.cs
- CqlWriter.cs
- PagedDataSource.cs
- xsdvalidator.cs
- DataGridViewLinkCell.cs
- PerformanceCountersElement.cs
- GraphicsContext.cs
- XmlReflectionMember.cs
- TextRange.cs
- XmlUtil.cs
- IDQuery.cs
- DecoderReplacementFallback.cs
- NullableIntAverageAggregationOperator.cs
- BuildDependencySet.cs
- GridViewPageEventArgs.cs
- AdapterUtil.cs
- KnownBoxes.cs
- GeometryHitTestParameters.cs
- XmlName.cs
- Vector3DCollectionValueSerializer.cs
- NamespaceExpr.cs
- Pipe.cs
- SQLDecimal.cs
- ResourceDictionary.cs
- TreeNode.cs
- ProfileSection.cs
- PolyQuadraticBezierSegment.cs
- GroupedContextMenuStrip.cs
- JournalNavigationScope.cs
- MulticastOption.cs
- Decoder.cs
- ValidationHelper.cs
- MetadataArtifactLoaderCompositeResource.cs
- CommandValueSerializer.cs
- SqlClientMetaDataCollectionNames.cs
- RadioButton.cs
- TextElementCollection.cs
- WinEventTracker.cs
- RecognizerInfo.cs
- DbDataReader.cs
- ClientBuildManagerCallback.cs