Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowDividerDoubleClickEventArgs.cs / 1 / 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. //------------------------------------------------------------------------------------ // // 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
- Normalizer.cs
- DesignSurface.cs
- PersonalizationDictionary.cs
- SplitContainer.cs
- BooleanAnimationUsingKeyFrames.cs
- WindowsComboBox.cs
- InvalidOperationException.cs
- JsonClassDataContract.cs
- DBParameter.cs
- MethodRental.cs
- ConfigXmlText.cs
- SelectedDatesCollection.cs
- SettingsAttributes.cs
- SourceLocationProvider.cs
- CoreSwitches.cs
- GroupBox.cs
- ProcessHostMapPath.cs
- PeerNameRegistration.cs
- RelationshipEndMember.cs
- HttpCapabilitiesSectionHandler.cs
- TextViewElement.cs
- GridViewAutoFormat.cs
- BehaviorService.cs
- DateTime.cs
- PhoneCall.cs
- WebDisplayNameAttribute.cs
- UserPreferenceChangedEventArgs.cs
- XamlSerializationHelper.cs
- UriTemplateHelpers.cs
- MsmqInputChannelListenerBase.cs
- BrowserDefinitionCollection.cs
- ProviderCollection.cs
- OpenTypeLayoutCache.cs
- SimpleWebHandlerParser.cs
- TextEditorThreadLocalStore.cs
- XmlQualifiedName.cs
- AppLevelCompilationSectionCache.cs
- BitmapDecoder.cs
- XamlSerializer.cs
- MemoryMappedView.cs
- _BufferOffsetSize.cs
- DefaultHttpHandler.cs
- DbConnectionFactory.cs
- UrlMappingCollection.cs
- UIAgentAsyncBeginRequest.cs
- IgnoreSection.cs
- ValidationHelper.cs
- WebServiceBindingAttribute.cs
- SoapInteropTypes.cs
- DynamicActionMessageFilter.cs
- NumericExpr.cs
- TextContainerChangedEventArgs.cs
- PageCodeDomTreeGenerator.cs
- Transform.cs
- ColumnWidthChangingEvent.cs
- Maps.cs
- DataBoundControlHelper.cs
- WindowsServiceCredential.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- TabControlToolboxItem.cs
- DocumentSchemaValidator.cs
- EmissiveMaterial.cs
- WebDescriptionAttribute.cs
- ReflectionPermission.cs
- TraceSection.cs
- HttpModulesSection.cs
- SchemeSettingElementCollection.cs
- CompiledIdentityConstraint.cs
- SimpleMailWebEventProvider.cs
- Documentation.cs
- ArgumentException.cs
- EventToken.cs
- Table.cs
- HandledMouseEvent.cs
- MultiByteCodec.cs
- ListViewItem.cs
- configsystem.cs
- DataGridViewCellStateChangedEventArgs.cs
- CompositeControl.cs
- SettingsBindableAttribute.cs
- ContextStack.cs
- SwitchLevelAttribute.cs
- TabControlCancelEvent.cs
- DefaultPropertyAttribute.cs
- DataTableClearEvent.cs
- ConfigurationElementProperty.cs
- WmfPlaceableFileHeader.cs
- DynamicObjectAccessor.cs
- ProtocolsSection.cs
- DESCryptoServiceProvider.cs
- WebEventTraceProvider.cs
- PassportAuthentication.cs
- RoutingExtensionElement.cs
- SubclassTypeValidator.cs
- CancelEventArgs.cs
- ProviderCommandInfoUtils.cs
- RouteParser.cs
- CodeStatementCollection.cs
- PropertyRecord.cs
- MULTI_QI.cs