Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------------ // // 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
- X509UI.cs
- GridViewRowEventArgs.cs
- XPathDocument.cs
- AmbientLight.cs
- UserControlBuildProvider.cs
- NumericUpDownAcceleration.cs
- ImageList.cs
- CursorConverter.cs
- ContentDisposition.cs
- coordinatorfactory.cs
- VisualStyleInformation.cs
- XmlAtomErrorReader.cs
- Stylesheet.cs
- __ConsoleStream.cs
- CodeArrayCreateExpression.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- SafeTimerHandle.cs
- RuntimeEnvironment.cs
- SmtpClient.cs
- ClrPerspective.cs
- GridViewAutoFormat.cs
- SimpleBitVector32.cs
- SafePointer.cs
- XDRSchema.cs
- COAUTHIDENTITY.cs
- SqlDataSourceStatusEventArgs.cs
- processwaithandle.cs
- DataServiceQueryProvider.cs
- DrawingAttributeSerializer.cs
- PaperSize.cs
- ScriptReferenceEventArgs.cs
- ToolboxItem.cs
- ErrorFormatterPage.cs
- LocalizedNameDescriptionPair.cs
- HtmlInputPassword.cs
- Typography.cs
- XmlUtil.cs
- MachineKeyConverter.cs
- ProjectionCamera.cs
- RepeatBehaviorConverter.cs
- WebPartChrome.cs
- BehaviorEditorPart.cs
- DockProviderWrapper.cs
- CompiledXpathExpr.cs
- ExpandCollapsePatternIdentifiers.cs
- PeerContact.cs
- SqlColumnizer.cs
- VariableDesigner.xaml.cs
- ApplyHostConfigurationBehavior.cs
- PointAnimationUsingKeyFrames.cs
- ServiceBehaviorElement.cs
- MailMessage.cs
- PropertyGeneratedEventArgs.cs
- LabelEditEvent.cs
- ProcessModule.cs
- CubicEase.cs
- EntityDataSourceState.cs
- FixedLineResult.cs
- EventTrigger.cs
- HttpPostedFile.cs
- QueryOptionExpression.cs
- XPathSelfQuery.cs
- InputScope.cs
- DataGridViewCellFormattingEventArgs.cs
- WindowInteropHelper.cs
- MetadataException.cs
- AuthenticationManager.cs
- _ListenerAsyncResult.cs
- Effect.cs
- LocationInfo.cs
- Debug.cs
- ConfigXmlSignificantWhitespace.cs
- TreeViewEvent.cs
- WindowsTreeView.cs
- EntityContainerEmitter.cs
- _SslState.cs
- ProvideValueServiceProvider.cs
- SessionStateModule.cs
- TextServicesContext.cs
- WindowsButton.cs
- SaveFileDialog.cs
- MethodBuilderInstantiation.cs
- SymDocumentType.cs
- Perspective.cs
- FreeFormDragDropManager.cs
- SplineKeyFrames.cs
- GroupItemAutomationPeer.cs
- DataSourceControlBuilder.cs
- SqlInternalConnectionTds.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- SchemaEntity.cs
- Stroke2.cs
- Query.cs
- DesignerHelpers.cs
- Odbc32.cs
- ListControlConvertEventArgs.cs
- RowSpanVector.cs
- PrintDialog.cs
- ICollection.cs
- GestureRecognizer.cs