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; ////// /// public class DataGridViewRowCancelEventArgs : CancelEventArgs { private DataGridViewRow dataGridViewRow; ///[To be supplied.] ///public DataGridViewRowCancelEventArgs(DataGridViewRow dataGridViewRow) { Debug.Assert(dataGridViewRow != null); Debug.Assert(dataGridViewRow.Index >= 0); this.dataGridViewRow = dataGridViewRow; } /// /// /// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SharedPersonalizationStateInfo.cs
- RemotingServices.cs
- DigitShape.cs
- PngBitmapDecoder.cs
- TextEditorCharacters.cs
- StreamHelper.cs
- PageClientProxyGenerator.cs
- HeaderedItemsControl.cs
- FormsIdentity.cs
- _StreamFramer.cs
- TextElementCollectionHelper.cs
- KeyConverter.cs
- ChineseLunisolarCalendar.cs
- PostBackOptions.cs
- PersonalizableTypeEntry.cs
- MemberBinding.cs
- PageAsyncTask.cs
- MailWebEventProvider.cs
- MsmqIntegrationInputChannel.cs
- ExpandSegment.cs
- PermissionSetTriple.cs
- StylusPointPropertyInfoDefaults.cs
- WebDisplayNameAttribute.cs
- CacheModeConverter.cs
- WebBrowserContainer.cs
- UnauthorizedAccessException.cs
- RemotingSurrogateSelector.cs
- PinnedBufferMemoryStream.cs
- WindowsGraphicsCacheManager.cs
- BinaryObjectWriter.cs
- HtmlTableRow.cs
- securitycriticaldata.cs
- MembershipSection.cs
- DateTimeFormatInfoScanner.cs
- ToolStripDropDownButton.cs
- BrowsableAttribute.cs
- ExeContext.cs
- BoolExpressionVisitors.cs
- InvokeFunc.cs
- SByteStorage.cs
- Stream.cs
- TextTreeInsertUndoUnit.cs
- NegationPusher.cs
- BreadCrumbTextConverter.cs
- SqlDataSourceCommandEventArgs.cs
- VisualSerializer.cs
- RelatedImageListAttribute.cs
- MessageBodyMemberAttribute.cs
- ProvidePropertyAttribute.cs
- TagPrefixAttribute.cs
- HttpListenerContext.cs
- MetadataArtifactLoaderFile.cs
- LogEntrySerializationException.cs
- BindingNavigator.cs
- ExtractCollection.cs
- Thumb.cs
- XmlSortKeyAccumulator.cs
- RawStylusInputCustomDataList.cs
- ArgumentNullException.cs
- SplitterPanel.cs
- PropertyGridCommands.cs
- ProcessRequestArgs.cs
- SqlCommandBuilder.cs
- SchemaCollectionPreprocessor.cs
- CellPartitioner.cs
- MailAddressParser.cs
- CheckBox.cs
- RadioButtonList.cs
- ComPersistableTypeElement.cs
- WindowsTreeView.cs
- UriTemplateMatch.cs
- StreamWithDictionary.cs
- OleDbRowUpdatedEvent.cs
- AutoGeneratedFieldProperties.cs
- TimeSpanConverter.cs
- EntryPointNotFoundException.cs
- Attributes.cs
- HandleCollector.cs
- BindingCompleteEventArgs.cs
- SafeMILHandle.cs
- TableChangeProcessor.cs
- CollectionViewProxy.cs
- Vector3DAnimation.cs
- CustomGrammar.cs
- DataGridViewRowPostPaintEventArgs.cs
- WebPartCatalogCloseVerb.cs
- TableProviderWrapper.cs
- ByteStorage.cs
- CodeDomConfigurationHandler.cs
- AssemblyName.cs
- BinaryReader.cs
- Fonts.cs
- SafeUserTokenHandle.cs
- InkSerializer.cs
- ScalarOps.cs
- ConnectorSelectionGlyph.cs
- EventLogPermissionAttribute.cs
- ValueType.cs
- AspNetHostingPermission.cs
- ZipIOCentralDirectoryDigitalSignature.cs