Code:
/ FX-1434 / FX-1434 / 1.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
- TdsParser.cs
- TextLine.cs
- RegisteredExpandoAttribute.cs
- WS2007FederationHttpBindingCollectionElement.cs
- DataGridViewCell.cs
- ReferencedAssemblyResolver.cs
- XmlSerializerAssemblyAttribute.cs
- AsymmetricKeyExchangeFormatter.cs
- Token.cs
- PlacementWorkspace.cs
- GifBitmapDecoder.cs
- HTMLTextWriter.cs
- FlowPanelDesigner.cs
- ElementProxy.cs
- XmlSchemaFacet.cs
- DataGridViewHeaderCell.cs
- DBParameter.cs
- WindowsRegion.cs
- FontStyleConverter.cs
- CurrentChangedEventManager.cs
- ConfigurationStrings.cs
- SmtpLoginAuthenticationModule.cs
- PDBReader.cs
- WindowsSpinner.cs
- XmlSchemaValidator.cs
- TextReader.cs
- EncoderReplacementFallback.cs
- MessageQueueAccessControlEntry.cs
- FileDataSourceCache.cs
- FlowDocumentFormatter.cs
- OrderedHashRepartitionEnumerator.cs
- ToolStripSplitButton.cs
- CodeParameterDeclarationExpression.cs
- Stroke2.cs
- RegisterResponseInfo.cs
- ResponseStream.cs
- Rect3D.cs
- DbDataSourceEnumerator.cs
- ContainerUtilities.cs
- SqlDataSource.cs
- GiveFeedbackEventArgs.cs
- PersianCalendar.cs
- EventMappingSettingsCollection.cs
- FormsAuthenticationConfiguration.cs
- FlowDocumentPage.cs
- ping.cs
- StateDesigner.Helpers.cs
- ComponentResourceKeyConverter.cs
- DebugView.cs
- DataGridViewRowConverter.cs
- SourceFilter.cs
- XPathDocument.cs
- ProfilePropertySettings.cs
- ACE.cs
- SecurityPermission.cs
- PageAsyncTask.cs
- Command.cs
- IDReferencePropertyAttribute.cs
- ColumnCollectionEditor.cs
- MSAAEventDispatcher.cs
- HtmlInputRadioButton.cs
- EmptyReadOnlyDictionaryInternal.cs
- CompositeCollectionView.cs
- RegionIterator.cs
- Page.cs
- SoapElementAttribute.cs
- ServiceNotStartedException.cs
- ContainsRowNumberChecker.cs
- DataSourceUtil.cs
- WebConfigurationFileMap.cs
- NonClientArea.cs
- AsyncContentLoadedEventArgs.cs
- GridViewRowCollection.cs
- XNodeValidator.cs
- DetailsViewModeEventArgs.cs
- WebServiceParameterData.cs
- XmlMembersMapping.cs
- Cursor.cs
- CodeDelegateInvokeExpression.cs
- PeerNameRegistration.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- FileCodeGroup.cs
- TheQuery.cs
- ApplicationContext.cs
- Pair.cs
- PhysicalFontFamily.cs
- ErrorFormatter.cs
- SaveRecipientRequest.cs
- CommentGlyph.cs
- ColumnBinding.cs
- BuildProvider.cs
- TypeBinaryExpression.cs
- StrokeSerializer.cs
- ListManagerBindingsCollection.cs
- TreePrinter.cs
- QilReference.cs
- HttpHandlersSection.cs
- GridItem.cs
- ObjectItemCollection.cs
- LinkDesigner.cs