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
- BitmapMetadata.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- UserMapPath.cs
- OrderedDictionaryStateHelper.cs
- WebEvents.cs
- CultureTableRecord.cs
- CodeSubDirectoriesCollection.cs
- ContentElement.cs
- SqlCacheDependencyDatabaseCollection.cs
- SqlWriter.cs
- TextViewBase.cs
- FontResourceCache.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- DataControlFieldHeaderCell.cs
- SymbolType.cs
- Highlights.cs
- OrderingExpression.cs
- RewritingPass.cs
- SchemaNotation.cs
- CustomBindingCollectionElement.cs
- AppDomainProtocolHandler.cs
- RequestCachingSection.cs
- DBConnection.cs
- TextControl.cs
- IssuerInformation.cs
- FocusChangedEventArgs.cs
- ConnectionConsumerAttribute.cs
- SqlVisitor.cs
- MsdtcClusterUtils.cs
- ScriptControl.cs
- TemplatePagerField.cs
- ListViewUpdateEventArgs.cs
- _StreamFramer.cs
- DbDataSourceEnumerator.cs
- GenericEnumerator.cs
- XPathDocumentNavigator.cs
- ThemeableAttribute.cs
- CacheOutputQuery.cs
- GeneralTransform3DTo2DTo3D.cs
- HtmlInputCheckBox.cs
- WorkflowElementDialog.cs
- XmlConvert.cs
- WindowsEditBox.cs
- PageParser.cs
- AnimationLayer.cs
- ResourceContainer.cs
- ListViewEditEventArgs.cs
- ReferenceEqualityComparer.cs
- Underline.cs
- CngKeyBlobFormat.cs
- ScaleTransform3D.cs
- ArgumentElement.cs
- SQLDateTimeStorage.cs
- StringAttributeCollection.cs
- DataSourceHelper.cs
- DesignerTransactionCloseEvent.cs
- UInt16Converter.cs
- EtwProvider.cs
- GacUtil.cs
- DocumentGridContextMenu.cs
- DigestTraceRecordHelper.cs
- Int32Rect.cs
- securitymgrsite.cs
- FragmentQueryKB.cs
- FontConverter.cs
- MemberAccessException.cs
- ReadWriteSpinLock.cs
- FontCacheUtil.cs
- PopupRoot.cs
- SmiEventSink_Default.cs
- CodeChecksumPragma.cs
- LayoutExceptionEventArgs.cs
- CachedTypeface.cs
- DateTimeFormat.cs
- Operand.cs
- FileReservationCollection.cs
- SynchronizedReadOnlyCollection.cs
- HttpCacheParams.cs
- elementinformation.cs
- DataGridViewImageCell.cs
- MemberAccessException.cs
- EntityDataSourceWrapperCollection.cs
- _NegoState.cs
- SystemGatewayIPAddressInformation.cs
- HttpListenerPrefixCollection.cs
- FamilyTypefaceCollection.cs
- CheckoutException.cs
- AuditLevel.cs
- PermissionSet.cs
- ListBox.cs
- DataServiceException.cs
- MemoryRecordBuffer.cs
- WindowsStatic.cs
- CodeEventReferenceExpression.cs
- ValueSerializer.cs
- SoapMessage.cs
- PaperSize.cs
- InteropTrackingRecord.cs
- KnownIds.cs
- ElementHostAutomationPeer.cs