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
- DataGridPagingPage.cs
- _NegoState.cs
- Substitution.cs
- DataServiceEntityAttribute.cs
- DtcInterfaces.cs
- securitymgrsite.cs
- InnerItemCollectionView.cs
- RuntimeArgumentHandle.cs
- DataServiceRequestArgs.cs
- RichTextBoxConstants.cs
- ToolBarTray.cs
- ZipIOLocalFileBlock.cs
- PositiveTimeSpanValidator.cs
- SafeTimerHandle.cs
- MULTI_QI.cs
- CommonRemoteMemoryBlock.cs
- GlyphTypeface.cs
- InvalidAsynchronousStateException.cs
- SmtpDigestAuthenticationModule.cs
- DataGrid.cs
- BamlStream.cs
- HandoffBehavior.cs
- CardSpaceException.cs
- PenContext.cs
- MenuItem.cs
- TrackingLocationCollection.cs
- FormsAuthenticationUser.cs
- CompressStream.cs
- ChannelManager.cs
- DictionaryBase.cs
- mediapermission.cs
- MemberDescriptor.cs
- CodeCatchClauseCollection.cs
- DropShadowEffect.cs
- BaseCAMarshaler.cs
- ContextMenuService.cs
- FlowDecisionDesigner.xaml.cs
- DurationConverter.cs
- WindowsSolidBrush.cs
- RenderOptions.cs
- Underline.cs
- SetterBase.cs
- BindUriHelper.cs
- ApplicationFileParser.cs
- SchemaInfo.cs
- shaperfactory.cs
- WebPartVerb.cs
- RuleInfoComparer.cs
- ConfigurationCollectionAttribute.cs
- RIPEMD160Managed.cs
- FixedPageProcessor.cs
- IsolationInterop.cs
- TagMapCollection.cs
- DbDataRecord.cs
- AutomationPatternInfo.cs
- BatchStream.cs
- UnsettableComboBox.cs
- StyleBamlTreeBuilder.cs
- AncestorChangedEventArgs.cs
- EncoderParameter.cs
- Oci.cs
- ClientCredentials.cs
- ScalarRestriction.cs
- FixedPageProcessor.cs
- GrabHandleGlyph.cs
- FileSystemInfo.cs
- XamlHostingSectionGroup.cs
- InboundActivityHelper.cs
- Types.cs
- counter.cs
- UnsafeNativeMethodsTablet.cs
- UntrustedRecipientException.cs
- Typeface.cs
- Latin1Encoding.cs
- PrinterUnitConvert.cs
- KeyGestureValueSerializer.cs
- HttpPostedFile.cs
- BufferBuilder.cs
- SetStateDesigner.cs
- PrincipalPermission.cs
- TrackingSection.cs
- WindowsListViewGroupSubsetLink.cs
- AddInToken.cs
- DbConnectionPoolCounters.cs
- HashSetEqualityComparer.cs
- LinkedList.cs
- SpellerStatusTable.cs
- CLRBindingWorker.cs
- CommonXSendMessage.cs
- NameValuePair.cs
- StrokeRenderer.cs
- PixelFormats.cs
- SelectionChangedEventArgs.cs
- ShimAsPublicXamlType.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- PointAnimationBase.cs
- DataShape.cs
- DependencyPropertyConverter.cs
- ViewManager.cs
- SecurityIdentifierElementCollection.cs