Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. //------------------------------------------------------------------------------ //[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
- GridViewColumnCollectionChangedEventArgs.cs
- PropertyToken.cs
- TempFiles.cs
- ListParagraph.cs
- WorkflowTransactionOptions.cs
- EditorZone.cs
- TcpClientCredentialType.cs
- HttpPostedFileWrapper.cs
- ToolStripButton.cs
- sqlmetadatafactory.cs
- ThemeInfoAttribute.cs
- MetadataItemEmitter.cs
- DeadCharTextComposition.cs
- FlowDocumentPageViewerAutomationPeer.cs
- Size3D.cs
- CodeTypeDelegate.cs
- PrintController.cs
- LabelTarget.cs
- FileIOPermission.cs
- WindowsToolbarAsMenu.cs
- SqlUtil.cs
- GrammarBuilderDictation.cs
- tabpagecollectioneditor.cs
- CurrentChangingEventManager.cs
- ItemsPresenter.cs
- XmlValidatingReader.cs
- TextSimpleMarkerProperties.cs
- _SSPIWrapper.cs
- QueryOptionExpression.cs
- OutputCacheSettingsSection.cs
- DocumentGridPage.cs
- SafeProcessHandle.cs
- HttpPostServerProtocol.cs
- DataBindingCollection.cs
- GZipDecoder.cs
- StrokeCollectionDefaultValueFactory.cs
- RegisteredExpandoAttribute.cs
- DependencyPropertyChangedEventArgs.cs
- UnsafeNativeMethods.cs
- RSAPKCS1SignatureFormatter.cs
- ManagedCodeMarkers.cs
- ParallelRangeManager.cs
- TabRenderer.cs
- AttributeCollection.cs
- PersonalizableAttribute.cs
- ClientScriptManagerWrapper.cs
- DynamicResourceExtensionConverter.cs
- RightsManagementEncryptionTransform.cs
- GeometryCombineModeValidation.cs
- XmlSerializerNamespaces.cs
- CryptoSession.cs
- SelectionRange.cs
- XPathAncestorQuery.cs
- DataExpression.cs
- OuterGlowBitmapEffect.cs
- HtmlTitle.cs
- _HeaderInfoTable.cs
- FlowDocumentPageViewerAutomationPeer.cs
- Timeline.cs
- FrameAutomationPeer.cs
- InternalConfirm.cs
- ContentIterators.cs
- SqlConnectionHelper.cs
- ToolStripItemEventArgs.cs
- regiisutil.cs
- Point3D.cs
- Variable.cs
- comcontractssection.cs
- SByteConverter.cs
- ColorTransform.cs
- EnumUnknown.cs
- FtpRequestCacheValidator.cs
- TemplateParser.cs
- FixedPageStructure.cs
- TraceUtility.cs
- XmlDigitalSignatureProcessor.cs
- ResetableIterator.cs
- Nullable.cs
- RemoteX509AsymmetricSecurityKey.cs
- TabControlEvent.cs
- LocalBuilder.cs
- WinEventTracker.cs
- Binding.cs
- QuaternionKeyFrameCollection.cs
- EditorPartCollection.cs
- SHA256Managed.cs
- BasicAsyncResult.cs
- ImageBrush.cs
- X509ChainElement.cs
- FileLogRecord.cs
- ConstructorBuilder.cs
- Properties.cs
- DeviceOverridableAttribute.cs
- basemetadatamappingvisitor.cs
- PixelFormat.cs
- EnumValAlphaComparer.cs
- WebScriptEnablingElement.cs
- AdPostCacheSubstitution.cs
- SqlCharStream.cs
- ReadOnlyTernaryTree.cs