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
- WorkflowControlClient.cs
- DataSourceListEditor.cs
- Stacktrace.cs
- WindowsHyperlink.cs
- CounterSampleCalculator.cs
- MessageDecoder.cs
- XamlWriter.cs
- NullableBoolConverter.cs
- PtsHelper.cs
- BooleanFunctions.cs
- SrgsElementList.cs
- DragEvent.cs
- KnownColorTable.cs
- ChunkedMemoryStream.cs
- QueryConverter.cs
- DrawingDrawingContext.cs
- Metadata.cs
- DataGridViewTopLeftHeaderCell.cs
- DbProviderFactoriesConfigurationHandler.cs
- DictionaryEntry.cs
- ListViewAutomationPeer.cs
- ChangeBlockUndoRecord.cs
- ConfigsHelper.cs
- SectionVisual.cs
- DropDownList.cs
- EndpointIdentityExtension.cs
- TypeConverterHelper.cs
- PageContentAsyncResult.cs
- CommandBinding.cs
- HitTestDrawingContextWalker.cs
- DispatchWrapper.cs
- ModelVisual3D.cs
- ControlType.cs
- RelationshipConstraintValidator.cs
- DbConnectionHelper.cs
- Item.cs
- APCustomTypeDescriptor.cs
- MarkerProperties.cs
- mediapermission.cs
- ParagraphResult.cs
- KeyToListMap.cs
- UndoManager.cs
- ObjectStorage.cs
- DispatcherProcessingDisabled.cs
- ZipIOLocalFileBlock.cs
- BindingCollection.cs
- HwndSourceKeyboardInputSite.cs
- ToolBarPanel.cs
- Win32Exception.cs
- _ScatterGatherBuffers.cs
- IisTraceWebEventProvider.cs
- InternalUserCancelledException.cs
- InfoCardMetadataExchangeClient.cs
- __TransparentProxy.cs
- TextReader.cs
- TextBounds.cs
- CurrentChangingEventManager.cs
- BasicHttpBindingElement.cs
- TreeView.cs
- BinaryNode.cs
- StateItem.cs
- DataGridViewLinkCell.cs
- Stroke2.cs
- ModuleConfigurationInfo.cs
- PrintDialog.cs
- Array.cs
- MenuItemBinding.cs
- ChangeBlockUndoRecord.cs
- BitmapEffectInput.cs
- ListDictionaryInternal.cs
- ScriptResourceInfo.cs
- RegexMatch.cs
- PolyQuadraticBezierSegment.cs
- ProcessThread.cs
- AsyncOperationLifetimeManager.cs
- X509SecurityTokenAuthenticator.cs
- EmptyCollection.cs
- TabPanel.cs
- documentation.cs
- MatrixTransform3D.cs
- HttpValueCollection.cs
- QueryOutputWriter.cs
- DataGridViewDataErrorEventArgs.cs
- WorkflowWebService.cs
- TdsValueSetter.cs
- EncodingConverter.cs
- DropShadowEffect.cs
- FixedSOMPage.cs
- Win32.cs
- RenameRuleObjectDialog.cs
- RepeaterItemCollection.cs
- RightsManagementUser.cs
- ContentPosition.cs
- BinaryFormatterWriter.cs
- ProfileWorkflowElement.cs
- HttpPostedFileWrapper.cs
- DataTableReaderListener.cs
- EntityContainerRelationshipSetEnd.cs
- NamedPermissionSet.cs
- InputScopeManager.cs