Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AuthenticationSection.cs
- BaseResourcesBuildProvider.cs
- SystemUnicastIPAddressInformation.cs
- CodeStatement.cs
- BinaryObjectWriter.cs
- serverconfig.cs
- XPathSelfQuery.cs
- SchemaElementDecl.cs
- Matrix3DValueSerializer.cs
- Stack.cs
- UnaryNode.cs
- ServiceInfo.cs
- MsmqIntegrationChannelListener.cs
- CompositionAdorner.cs
- AuthenticationService.cs
- ISAPIRuntime.cs
- ApplicationServiceManager.cs
- DataViewSettingCollection.cs
- DocumentApplicationJournalEntry.cs
- PlatformNotSupportedException.cs
- FixedTextView.cs
- Transactions.cs
- CodeRegionDirective.cs
- PropertyStore.cs
- TemplateControlParser.cs
- CopyAttributesAction.cs
- ParseNumbers.cs
- DbDataSourceEnumerator.cs
- BitmapImage.cs
- StoryFragments.cs
- CodeComment.cs
- TimeIntervalCollection.cs
- SByte.cs
- ImageButton.cs
- SchemaElementLookUpTableEnumerator.cs
- RuntimeArgumentHandle.cs
- XmlSchemaSimpleTypeRestriction.cs
- CompilerResults.cs
- CompositeDataBoundControl.cs
- XhtmlTextWriter.cs
- ExceptionWrapper.cs
- SymDocumentType.cs
- CommonObjectSecurity.cs
- ProgressBarBrushConverter.cs
- ExceptionValidationRule.cs
- BaseHashHelper.cs
- WorkflowItemsPresenter.cs
- Converter.cs
- XamlGridLengthSerializer.cs
- EventItfInfo.cs
- TranslateTransform.cs
- DataGridViewCellConverter.cs
- CFStream.cs
- ProvidePropertyAttribute.cs
- ReliableMessagingVersionConverter.cs
- ToolStripDropDownClosedEventArgs.cs
- InfoCardCryptoHelper.cs
- StateRuntime.cs
- BaseResourcesBuildProvider.cs
- FrameworkRichTextComposition.cs
- Stacktrace.cs
- SharedConnectionInfo.cs
- PhonemeEventArgs.cs
- FileSystemEventArgs.cs
- UInt16.cs
- SqlRowUpdatingEvent.cs
- ConnectionPoint.cs
- StreamReader.cs
- NativeMethods.cs
- EntityAdapter.cs
- LazyTextWriterCreator.cs
- ManifestResourceInfo.cs
- XmlComment.cs
- XmlUtil.cs
- IntegerValidatorAttribute.cs
- TemplatedMailWebEventProvider.cs
- FixUpCollection.cs
- UdpUtility.cs
- BitSet.cs
- ContainerVisual.cs
- ReadingWritingEntityEventArgs.cs
- HTMLTextWriter.cs
- SectionRecord.cs
- AffineTransform3D.cs
- Roles.cs
- CodeGotoStatement.cs
- GetPageNumberCompletedEventArgs.cs
- ProfileBuildProvider.cs
- QilLiteral.cs
- EventDescriptor.cs
- AlgoModule.cs
- AppDomainProtocolHandler.cs
- SqlRewriteScalarSubqueries.cs
- InputScope.cs
- HwndHostAutomationPeer.cs
- NetSectionGroup.cs
- InputLangChangeRequestEvent.cs
- DeflateEmulationStream.cs
- CapabilitiesAssignment.cs
- OracleCommandSet.cs