Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowCancelEventArgs.cs / 1305376 / 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- GreenMethods.cs
- ActivityMarkupSerializationProvider.cs
- VideoDrawing.cs
- RequestCachingSection.cs
- ImportContext.cs
- EventLevel.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- BufferedStream.cs
- SubpageParaClient.cs
- DataGridAutoFormatDialog.cs
- CLSCompliantAttribute.cs
- ProgressBarRenderer.cs
- ControlAdapter.cs
- AutomationPeer.cs
- ZipFileInfoCollection.cs
- Logging.cs
- MasterPageBuildProvider.cs
- SqlGatherConsumedAliases.cs
- CheckBoxRenderer.cs
- UserControl.cs
- XmlILAnnotation.cs
- TextEditorCopyPaste.cs
- PeerUnsafeNativeCryptMethods.cs
- DataSysAttribute.cs
- LoadWorkflowByKeyAsyncResult.cs
- MobileControl.cs
- UIPermission.cs
- CompositeCollectionView.cs
- ACL.cs
- PrePostDescendentsWalker.cs
- MobileUserControlDesigner.cs
- DocumentAutomationPeer.cs
- SHA384.cs
- TextFormatterHost.cs
- SafeHandle.cs
- ConfigurationStrings.cs
- Memoizer.cs
- MimeObjectFactory.cs
- GPPOINT.cs
- MessageBuilder.cs
- AttributeProviderAttribute.cs
- SafePEFileHandle.cs
- AbstractSvcMapFileLoader.cs
- Unit.cs
- NavigationHelper.cs
- PropertyEmitterBase.cs
- CodeNamespaceCollection.cs
- StoreContentChangedEventArgs.cs
- datacache.cs
- ColorAnimationUsingKeyFrames.cs
- DataChangedEventManager.cs
- DesignBindingValueUIHandler.cs
- ObjectDisposedException.cs
- HostingEnvironmentException.cs
- SystemWebSectionGroup.cs
- XmlDocumentFragment.cs
- ValidationErrorInfo.cs
- ConfigXmlElement.cs
- WebPartMenu.cs
- GridViewEditEventArgs.cs
- DataSourceHelper.cs
- TreeNodeBinding.cs
- AdCreatedEventArgs.cs
- DataContractJsonSerializerOperationBehavior.cs
- XpsDocumentEvent.cs
- SafeHandles.cs
- ObjectDataSourceDesigner.cs
- PageRanges.cs
- ThicknessAnimationUsingKeyFrames.cs
- LambdaSerializationException.cs
- ColorConvertedBitmapExtension.cs
- XpsException.cs
- SqlDuplicator.cs
- ReflectionUtil.cs
- UserPreferenceChangingEventArgs.cs
- SmiContextFactory.cs
- AppSettings.cs
- HasCopySemanticsAttribute.cs
- LineBreakRecord.cs
- ObjectListCommandCollection.cs
- DbMetaDataCollectionNames.cs
- SspiSecurityTokenProvider.cs
- SqlDataSourceEnumerator.cs
- X509ThumbprintKeyIdentifierClause.cs
- __Error.cs
- Menu.cs
- EntityDataSourceState.cs
- AutomationPropertyInfo.cs
- XmlDocumentSerializer.cs
- HttpPostServerProtocol.cs
- SigningCredentials.cs
- BamlBinaryReader.cs
- CustomErrorCollection.cs
- NativeRecognizer.cs
- TaskHelper.cs
- RegionInfo.cs
- HtmlTernaryTree.cs
- CollaborationHelperFunctions.cs
- Form.cs
- MetricEntry.cs