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
- BrowserCapabilitiesFactoryBase.cs
- PrintPreviewGraphics.cs
- CompilerResults.cs
- XNodeSchemaApplier.cs
- ValidationErrorCollection.cs
- Journal.cs
- ClientRoleProvider.cs
- APCustomTypeDescriptor.cs
- Point3DCollectionValueSerializer.cs
- DbConnectionInternal.cs
- XNodeValidator.cs
- HandlerFactoryWrapper.cs
- DataRowChangeEvent.cs
- PkcsMisc.cs
- FlowDocumentPageViewerAutomationPeer.cs
- SQLString.cs
- NameValueConfigurationCollection.cs
- BindToObject.cs
- DynamicVirtualDiscoSearcher.cs
- CssStyleCollection.cs
- BevelBitmapEffect.cs
- DataTable.cs
- ApplicationBuildProvider.cs
- NumberFunctions.cs
- FocusTracker.cs
- OleDbErrorCollection.cs
- DefaultValueTypeConverter.cs
- RectangleConverter.cs
- ReadOnlyMetadataCollection.cs
- Html32TextWriter.cs
- SessionKeyExpiredException.cs
- BatchStream.cs
- TextServicesDisplayAttribute.cs
- InvalidCastException.cs
- DataGridViewBindingCompleteEventArgs.cs
- SamlEvidence.cs
- MethodCallTranslator.cs
- ParameterInfo.cs
- AppDomainProtocolHandler.cs
- WebPermission.cs
- Misc.cs
- StateMachineExecutionState.cs
- ImageDrawing.cs
- TypeNameHelper.cs
- SessionIDManager.cs
- ExpressionWriter.cs
- InputBindingCollection.cs
- PolicyManager.cs
- SpeechAudioFormatInfo.cs
- ListView.cs
- RemoteWebConfigurationHost.cs
- WebPageTraceListener.cs
- DefaultProxySection.cs
- QueryContinueDragEvent.cs
- HandlerFactoryCache.cs
- TableCellAutomationPeer.cs
- SqlTypeSystemProvider.cs
- CqlBlock.cs
- PropertyManager.cs
- DataBindingExpressionBuilder.cs
- ListItemParagraph.cs
- SiteMapNodeItemEventArgs.cs
- ClientBuildManager.cs
- ForEach.cs
- PlatformCulture.cs
- InfoCardRSACryptoProvider.cs
- ToolboxComponentsCreatedEventArgs.cs
- SqlNotificationRequest.cs
- ToolStripDropDownMenu.cs
- FolderLevelBuildProvider.cs
- httpapplicationstate.cs
- SizeAnimationUsingKeyFrames.cs
- InvokeMemberBinder.cs
- UInt64Storage.cs
- ExeConfigurationFileMap.cs
- Span.cs
- SoapSchemaExporter.cs
- SingleStorage.cs
- DataControlFieldHeaderCell.cs
- EnumMember.cs
- FilterableAttribute.cs
- PaintValueEventArgs.cs
- UserPreferenceChangingEventArgs.cs
- CssClassPropertyAttribute.cs
- View.cs
- BaseDataBoundControl.cs
- DecimalConverter.cs
- OdbcConnectionHandle.cs
- WebReferencesBuildProvider.cs
- SmtpNtlmAuthenticationModule.cs
- HTMLTextWriter.cs
- CompilerState.cs
- ScriptControlManager.cs
- RegexRunner.cs
- XmlDataProvider.cs
- UniqueEventHelper.cs
- MemberRelationshipService.cs
- EditCommandColumn.cs
- SingleAnimation.cs
- ConfigUtil.cs