Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowEventArgs.cs / 1 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SQLInt16.cs
- ResourceDictionary.cs
- SqlTriggerContext.cs
- DefaultSection.cs
- HtmlButton.cs
- RelationshipManager.cs
- EventLogPermissionAttribute.cs
- TransactionProxy.cs
- CollectionDataContractAttribute.cs
- SimpleRecyclingCache.cs
- TextSelectionHighlightLayer.cs
- KeyValuePair.cs
- BatchWriter.cs
- DataGridParentRows.cs
- PeerInputChannel.cs
- MDIWindowDialog.cs
- ViewManager.cs
- WizardDesigner.cs
- TreeChangeInfo.cs
- HasCopySemanticsAttribute.cs
- WindowsListView.cs
- WebFaultException.cs
- Visitor.cs
- Tokenizer.cs
- wgx_render.cs
- SafeNativeMethodsMilCoreApi.cs
- ViewCellSlot.cs
- SuppressMessageAttribute.cs
- LinkConverter.cs
- XmlSerializerAssemblyAttribute.cs
- CngProperty.cs
- RuntimeVariablesExpression.cs
- DatagridviewDisplayedBandsData.cs
- Geometry.cs
- CookieProtection.cs
- VectorCollection.cs
- LayoutTable.cs
- SchemaNamespaceManager.cs
- ScriptingJsonSerializationSection.cs
- ServicesExceptionNotHandledEventArgs.cs
- SafeArrayTypeMismatchException.cs
- ZipArchive.cs
- BindingExpression.cs
- StatusBar.cs
- ZipFileInfoCollection.cs
- ElementHostAutomationPeer.cs
- ConditionalAttribute.cs
- Size.cs
- FileRecordSequenceHelper.cs
- TypefaceMetricsCache.cs
- DeferredSelectedIndexReference.cs
- MenuItemBinding.cs
- FaultException.cs
- EndPoint.cs
- RecommendedAsConfigurableAttribute.cs
- ThrowHelper.cs
- RawStylusInputCustomDataList.cs
- SerializableAttribute.cs
- CacheManager.cs
- HttpHeaderCollection.cs
- DesignBinding.cs
- FormViewModeEventArgs.cs
- AttachmentCollection.cs
- TableRowGroup.cs
- UInt32Converter.cs
- Calendar.cs
- PropertyChangedEventArgs.cs
- MultiDataTrigger.cs
- PaintEvent.cs
- PointLightBase.cs
- XmlSignificantWhitespace.cs
- EventDriven.cs
- CoordinationService.cs
- columnmapkeybuilder.cs
- RootBrowserWindowAutomationPeer.cs
- DateTimeValueSerializer.cs
- DelegatingChannelListener.cs
- InputBinding.cs
- DataComponentGenerator.cs
- FlatButtonAppearance.cs
- SingleTagSectionHandler.cs
- HttpConfigurationContext.cs
- SmtpSection.cs
- WindowsToolbarAsMenu.cs
- TextDecorationCollectionConverter.cs
- XPathSingletonIterator.cs
- ArrayList.cs
- ResponseBodyWriter.cs
- SqlCommand.cs
- Delegate.cs
- EmbeddedMailObject.cs
- XomlCompilerParameters.cs
- TextOnlyOutput.cs
- CodeVariableReferenceExpression.cs
- DataColumnMappingCollection.cs
- GenericEnumerator.cs
- FormViewInsertedEventArgs.cs
- SafeProcessHandle.cs
- PrefixHandle.cs
- NamedPipeAppDomainProtocolHandler.cs