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
- safesecurityhelperavalon.cs
- XmlSchemaSimpleContentExtension.cs
- TablePattern.cs
- CodeNamespace.cs
- SessionPageStateSection.cs
- XmlSchemaAnnotated.cs
- InputScopeManager.cs
- ImageInfo.cs
- StrokeFIndices.cs
- TableLayoutSettings.cs
- _DomainName.cs
- Substitution.cs
- ParameterBuilder.cs
- Point3D.cs
- Form.cs
- XPathNavigator.cs
- PassportAuthentication.cs
- DataRelationPropertyDescriptor.cs
- ItemAutomationPeer.cs
- MimePart.cs
- FigureParagraph.cs
- DataSourceBooleanViewSchemaConverter.cs
- SpecularMaterial.cs
- WCFBuildProvider.cs
- ClientConfigurationSystem.cs
- DSACryptoServiceProvider.cs
- ByteStack.cs
- CheckBoxPopupAdapter.cs
- HttpStaticObjectsCollectionBase.cs
- SmiSettersStream.cs
- RelationshipSet.cs
- FactoryRecord.cs
- CompareInfo.cs
- HttpWebResponse.cs
- CodeGenerator.cs
- FixedElement.cs
- AssociatedControlConverter.cs
- ScrollBar.cs
- Events.cs
- EmptyReadOnlyDictionaryInternal.cs
- SamlAdvice.cs
- LineSegment.cs
- ThemeableAttribute.cs
- WebPartTracker.cs
- RectValueSerializer.cs
- FixedTextContainer.cs
- FileDialog_Vista_Interop.cs
- HtmlInputFile.cs
- GenericUriParser.cs
- CdpEqualityComparer.cs
- OleDbDataAdapter.cs
- XamlSerializer.cs
- StopStoryboard.cs
- SmtpFailedRecipientsException.cs
- DBNull.cs
- ContentElementAutomationPeer.cs
- UnSafeCharBuffer.cs
- XmlQualifiedNameTest.cs
- DataSourceView.cs
- PermissionRequestEvidence.cs
- BamlRecords.cs
- ButtonColumn.cs
- PropertyChangedEventArgs.cs
- Signature.cs
- InputReportEventArgs.cs
- InstanceCollisionException.cs
- RegexGroup.cs
- CommandDevice.cs
- Table.cs
- Membership.cs
- PanelStyle.cs
- DataFormats.cs
- ExpressionLexer.cs
- CodeDOMUtility.cs
- FixedSOMLineRanges.cs
- DescendantQuery.cs
- WindowsAuthenticationModule.cs
- wgx_exports.cs
- XPathMultyIterator.cs
- MetadataItem_Static.cs
- WebEventCodes.cs
- SqlCacheDependencyDatabase.cs
- EntityReference.cs
- DummyDataSource.cs
- GroupItem.cs
- SingleStorage.cs
- StorageEntitySetMapping.cs
- SqlExpander.cs
- CheckBoxField.cs
- DataGridViewCell.cs
- SslStream.cs
- XmlSchemaAny.cs
- TextEditor.cs
- DataSpaceManager.cs
- LifetimeServices.cs
- ValidationHelper.cs
- WindowsTab.cs
- AudioBase.cs
- RoleManagerModule.cs
- WebResponse.cs