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
- HttpRuntime.cs
- ScrollEventArgs.cs
- TableRowCollection.cs
- AxHost.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- WebPartDeleteVerb.cs
- FtpCachePolicyElement.cs
- VisualTreeUtils.cs
- MethodBody.cs
- EntityReference.cs
- HwndHost.cs
- RotateTransform3D.cs
- UserControlParser.cs
- ExpressionEvaluator.cs
- HttpCachePolicyElement.cs
- DataBindingCollectionConverter.cs
- PrintDialog.cs
- AdministrationHelpers.cs
- ArrayElementGridEntry.cs
- DataGridItemEventArgs.cs
- ObjectIDGenerator.cs
- DynamicILGenerator.cs
- Pointer.cs
- DataSourceView.cs
- EventMappingSettings.cs
- RelationshipSet.cs
- DetailsView.cs
- WebPartVerb.cs
- AttributeCollection.cs
- X509Utils.cs
- SafeProcessHandle.cs
- DifferencingCollection.cs
- UDPClient.cs
- TextTreeRootTextBlock.cs
- VerificationAttribute.cs
- WindowClosedEventArgs.cs
- DataServiceClientException.cs
- AlphaSortedEnumConverter.cs
- InputLangChangeEvent.cs
- PnrpPermission.cs
- HTMLTagNameToTypeMapper.cs
- UnmanagedBitmapWrapper.cs
- CqlParserHelpers.cs
- ICspAsymmetricAlgorithm.cs
- HScrollBar.cs
- KeySplineConverter.cs
- ColumnReorderedEventArgs.cs
- WebBrowserSiteBase.cs
- XmlSchemaCollection.cs
- RichTextBox.cs
- XamlNamespaceHelper.cs
- PropertyCondition.cs
- TrustManager.cs
- DependentList.cs
- SQLDoubleStorage.cs
- IOException.cs
- AssemblyLoader.cs
- TypeConverterValueSerializer.cs
- EventLogQuery.cs
- ColumnMapCopier.cs
- EntityConnection.cs
- TemplatePropertyEntry.cs
- WindowsTooltip.cs
- _ListenerAsyncResult.cs
- WebPartPersonalization.cs
- RoleManagerEventArgs.cs
- DataGridSortCommandEventArgs.cs
- UIElementHelper.cs
- Pair.cs
- XmlILConstructAnalyzer.cs
- FrugalList.cs
- SafeMemoryMappedFileHandle.cs
- CookielessData.cs
- NativeMethods.cs
- XslTransformFileEditor.cs
- PtsPage.cs
- HandlerBase.cs
- WebPartConnectionsEventArgs.cs
- BinaryFormatter.cs
- KoreanCalendar.cs
- StreamedWorkflowDefinitionContext.cs
- CallContext.cs
- SQLStringStorage.cs
- DispatcherHookEventArgs.cs
- ActiveDocumentEvent.cs
- ProgressBar.cs
- DataColumnMappingCollection.cs
- AttributeCollection.cs
- DataGridViewCellCancelEventArgs.cs
- Object.cs
- PolygonHotSpot.cs
- ConnectionStringSettings.cs
- HTMLTextWriter.cs
- SQLInt64.cs
- FixedPageStructure.cs
- WindowsProgressbar.cs
- MemoryRecordBuffer.cs
- ImageListStreamer.cs
- FaultReasonText.cs
- WindowsGrip.cs