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
- InterleavedZipPartStream.cs
- PartialList.cs
- infer.cs
- DocumentCollection.cs
- NativeWindow.cs
- InputLanguageEventArgs.cs
- TabRenderer.cs
- PropertyTabChangedEvent.cs
- WindowsListView.cs
- AssemblyFilter.cs
- ConnectionManagementElementCollection.cs
- ColorMap.cs
- Message.cs
- DataSourceProvider.cs
- AggregateNode.cs
- ViewBase.cs
- PrePostDescendentsWalker.cs
- ObjRef.cs
- RequestNavigateEventArgs.cs
- UrlMappingCollection.cs
- BindingsSection.cs
- ExpandCollapsePattern.cs
- _BasicClient.cs
- SqlDeflator.cs
- SqlConnectionHelper.cs
- DbConnectionPool.cs
- ResourcePool.cs
- ApplicationProxyInternal.cs
- ProfileService.cs
- configsystem.cs
- ChtmlTextWriter.cs
- DelimitedListTraceListener.cs
- DateTimeParse.cs
- RootDesignerSerializerAttribute.cs
- IisTraceWebEventProvider.cs
- DataGridAutoFormat.cs
- AsymmetricKeyExchangeDeformatter.cs
- SqlTrackingService.cs
- XmlNodeList.cs
- MD5.cs
- XPathNodeInfoAtom.cs
- LoginName.cs
- InputMethodStateChangeEventArgs.cs
- SpinLock.cs
- ConfigurationPermission.cs
- WorkflowViewElement.cs
- GridPattern.cs
- ParameterToken.cs
- TransformDescriptor.cs
- HyperLink.cs
- GradientBrush.cs
- PenThreadWorker.cs
- ObfuscationAttribute.cs
- DirectionalAction.cs
- SocketStream.cs
- QueryContinueDragEvent.cs
- _StreamFramer.cs
- SyncOperationState.cs
- TemplatedEditableDesignerRegion.cs
- JsonReader.cs
- PropertyIDSet.cs
- ClientSponsor.cs
- InsufficientExecutionStackException.cs
- SignerInfo.cs
- HMACSHA256.cs
- ExtendedProtectionPolicy.cs
- DbConnectionPoolGroup.cs
- XmlNamespaceMappingCollection.cs
- SolidColorBrush.cs
- HwndHost.cs
- InboundActivityHelper.cs
- HttpResponseHeader.cs
- SplitterPanel.cs
- DataBindingExpressionBuilder.cs
- RestrictedTransactionalPackage.cs
- TrustSection.cs
- ObjectListDesigner.cs
- DependentList.cs
- ObjRef.cs
- CodeGenerator.cs
- ReadOnlyHierarchicalDataSourceView.cs
- Utils.cs
- SyntaxCheck.cs
- DodSequenceMerge.cs
- MouseGestureConverter.cs
- DataGridViewCellStyleConverter.cs
- CFStream.cs
- NamedElement.cs
- FileClassifier.cs
- BaseUriHelper.cs
- ViewStateModeByIdAttribute.cs
- Matrix3DConverter.cs
- ResourceBinder.cs
- FrameworkElement.cs
- IdnElement.cs
- CodeMemberEvent.cs
- WithStatement.cs
- XmlSerializableWriter.cs
- EncoderReplacementFallback.cs
- VectorCollection.cs