Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowDividerDoubleClickEventArgs.cs / 1305376 / DataGridViewRowDividerDoubleClickEventArgs.cs
//------------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------------
namespace System.Windows.Forms
{
///
public class DataGridViewRowDividerDoubleClickEventArgs : HandledMouseEventArgs
{
private int rowIndex;
///
public DataGridViewRowDividerDoubleClickEventArgs(int rowIndex, HandledMouseEventArgs e) : base(e.Button, e.Clicks, e.X, e.Y, e.Delta, e.Handled)
{
if (rowIndex < -1)
{
throw new ArgumentOutOfRangeException("rowIndex");
}
this.rowIndex = rowIndex;
}
///
public int RowIndex
{
get
{
return this.rowIndex;
}
}
}
}
// 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
- ScrollEvent.cs
- EpmSyndicationContentSerializer.cs
- PtsContext.cs
- CompressStream.cs
- ListBindableAttribute.cs
- ColorMatrix.cs
- PerformanceCounter.cs
- PluralizationServiceUtil.cs
- XmlCDATASection.cs
- templategroup.cs
- SizeFConverter.cs
- ObfuscationAttribute.cs
- XmlStreamStore.cs
- CodeTypeParameter.cs
- DemultiplexingClientMessageFormatter.cs
- TextServicesHost.cs
- SchemaMapping.cs
- InkCanvasInnerCanvas.cs
- MenuItem.cs
- XsdDateTime.cs
- ReceiveMessageContent.cs
- HttpApplicationFactory.cs
- BamlMapTable.cs
- DispatchChannelSink.cs
- DeviceSpecificChoiceCollection.cs
- ZoneIdentityPermission.cs
- VerticalAlignConverter.cs
- FrameSecurityDescriptor.cs
- PropertySourceInfo.cs
- SponsorHelper.cs
- PageThemeParser.cs
- EventBuilder.cs
- SocketElement.cs
- PermissionSetEnumerator.cs
- ListSourceHelper.cs
- PixelFormats.cs
- ResourceBinder.cs
- AsyncOperationContext.cs
- DesignerCategoryAttribute.cs
- DisplayInformation.cs
- EncryptedPackageFilter.cs
- ResourceReader.cs
- SelectionWordBreaker.cs
- ExtractorMetadata.cs
- ErasingStroke.cs
- UpDownEvent.cs
- StylusPointProperties.cs
- Point.cs
- LinqDataSourceView.cs
- ListenDesigner.cs
- ConnectionAcceptor.cs
- PackWebRequest.cs
- PageBuildProvider.cs
- CultureNotFoundException.cs
- _CacheStreams.cs
- CodeAccessSecurityEngine.cs
- LineGeometry.cs
- SerialPort.cs
- XsdCachingReader.cs
- ButtonFieldBase.cs
- BindableAttribute.cs
- ConnectionStringsExpressionBuilder.cs
- UpdatePanelTriggerCollection.cs
- XmlSchemaDocumentation.cs
- AutomationPatternInfo.cs
- DateTime.cs
- TreeViewHitTestInfo.cs
- diagnosticsswitches.cs
- MultiBinding.cs
- XmlElementCollection.cs
- NullableConverter.cs
- SecurityResources.cs
- _NestedSingleAsyncResult.cs
- WebConfigurationHostFileChange.cs
- ListViewDataItem.cs
- DataKeyCollection.cs
- RegistrySecurity.cs
- EventEntry.cs
- DataViewSettingCollection.cs
- StreamWriter.cs
- GenericTypeParameterConverter.cs
- ParallelActivityDesigner.cs
- ShellProvider.cs
- FamilyTypefaceCollection.cs
- CharacterMetricsDictionary.cs
- WindowsTokenRoleProvider.cs
- SwitchExpression.cs
- FontFamilyConverter.cs
- Point3DIndependentAnimationStorage.cs
- ByteStreamMessageEncodingElement.cs
- SpecularMaterial.cs
- TextElementAutomationPeer.cs
- XmlName.cs
- RegexFCD.cs
- Freezable.cs
- WebPartDescriptionCollection.cs
- ProxyWebPart.cs
- ErrorHandler.cs
- StyleTypedPropertyAttribute.cs
- PointCollectionValueSerializer.cs