Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowEventArgs.cs / 1305376 / DataGridViewRowEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; ///public class DataGridViewRowEventArgs : EventArgs { private DataGridViewRow dataGridViewRow; /// public DataGridViewRowEventArgs(DataGridViewRow dataGridViewRow) { if (dataGridViewRow == null) { throw new ArgumentNullException("dataGridViewRow"); } Debug.Assert(dataGridViewRow.Index >= -1); 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. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; ///public class DataGridViewRowEventArgs : EventArgs { private DataGridViewRow dataGridViewRow; /// public DataGridViewRowEventArgs(DataGridViewRow dataGridViewRow) { if (dataGridViewRow == null) { throw new ArgumentNullException("dataGridViewRow"); } Debug.Assert(dataGridViewRow.Index >= -1); this.dataGridViewRow = dataGridViewRow; } /// public DataGridViewRow Row { get { return this.dataGridViewRow; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LabelDesigner.cs
- ComponentResourceKeyConverter.cs
- ElapsedEventArgs.cs
- PageCatalogPart.cs
- Int32AnimationUsingKeyFrames.cs
- XmlQueryStaticData.cs
- Visual3D.cs
- HttpHandlersSection.cs
- LogRecordSequence.cs
- CompilerGeneratedAttribute.cs
- CodeTypeDeclaration.cs
- LicenseManager.cs
- SingleObjectCollection.cs
- sqlser.cs
- PictureBoxDesigner.cs
- ConvertEvent.cs
- PerspectiveCamera.cs
- PackagePart.cs
- Int64Converter.cs
- TextTreeTextElementNode.cs
- ViewStateModeByIdAttribute.cs
- HostingEnvironmentSection.cs
- Closure.cs
- BamlVersionHeader.cs
- TimeSpanSecondsConverter.cs
- KeySpline.cs
- FunctionCommandText.cs
- TextRenderer.cs
- TextRangeEditLists.cs
- CanonicalFontFamilyReference.cs
- DiscardableAttribute.cs
- UnsafePeerToPeerMethods.cs
- Compiler.cs
- OraclePermissionAttribute.cs
- FormsIdentity.cs
- FileSecurity.cs
- RecognitionEventArgs.cs
- QueryReaderSettings.cs
- Style.cs
- HtmlToClrEventProxy.cs
- ValueTypeFixupInfo.cs
- FontStyles.cs
- WindowsListViewGroupSubsetLink.cs
- ElementMarkupObject.cs
- ThreadPool.cs
- CoTaskMemHandle.cs
- SocketAddress.cs
- SqlDeflator.cs
- SafeHandles.cs
- Grant.cs
- TableRowGroup.cs
- StructuredProperty.cs
- FrameworkElementFactoryMarkupObject.cs
- ReferencedCollectionType.cs
- PointAnimation.cs
- WinFormsSpinner.cs
- ListDataHelper.cs
- TypeInitializationException.cs
- SoapHttpTransportImporter.cs
- UpdateTracker.cs
- precedingquery.cs
- KoreanCalendar.cs
- ToolStripPanelSelectionGlyph.cs
- PackageFilter.cs
- ReadOnlyDataSourceView.cs
- DataGridViewRowPostPaintEventArgs.cs
- DataPointer.cs
- PopOutPanel.cs
- ObjectNavigationPropertyMapping.cs
- ToolStripSplitStackLayout.cs
- LineServicesRun.cs
- DesignerTransaction.cs
- EditorPart.cs
- DoubleAnimationUsingPath.cs
- WebBaseEventKeyComparer.cs
- XmlExtensionFunction.cs
- TypeConverterHelper.cs
- SqlMetaData.cs
- DataGridState.cs
- ListenerElementsCollection.cs
- DataGridColumnStyleMappingNameEditor.cs
- Rotation3D.cs
- ExceptionTrace.cs
- AlternationConverter.cs
- RowCache.cs
- HtmlElement.cs
- EFTableProvider.cs
- FixedSOMFixedBlock.cs
- IndexOutOfRangeException.cs
- EntityContainerRelationshipSet.cs
- ConfigXmlAttribute.cs
- CompiledQuery.cs
- RsaElement.cs
- Compress.cs
- ObjectDataSourceSelectingEventArgs.cs
- RegexStringValidator.cs
- ConfigErrorGlyph.cs
- JapaneseCalendar.cs
- KerberosSecurityTokenAuthenticator.cs
- PerformanceCounterManager.cs