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
- InternalDuplexChannelListener.cs
- XamlStream.cs
- Geometry3D.cs
- BaseDataListActionList.cs
- CompositeFontFamily.cs
- PathTooLongException.cs
- NavigationFailedEventArgs.cs
- FlowLayoutPanel.cs
- RecommendedAsConfigurableAttribute.cs
- AutoGeneratedField.cs
- EmptyQuery.cs
- OdbcCommandBuilder.cs
- HyperLinkColumn.cs
- ManipulationDeltaEventArgs.cs
- ObjectResult.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- HashHelper.cs
- CodeBinaryOperatorExpression.cs
- CodeTypeReferenceCollection.cs
- DBConnectionString.cs
- EnumerableRowCollection.cs
- DataSourceProvider.cs
- ObjectDisposedException.cs
- StopRoutingHandler.cs
- AlphabetConverter.cs
- DataExpression.cs
- TextDecorationCollection.cs
- ChangePassword.cs
- StringSource.cs
- VisualTreeUtils.cs
- InkCanvasSelectionAdorner.cs
- TrustManagerMoreInformation.cs
- DataGridViewButtonCell.cs
- RC2.cs
- MessageFilterException.cs
- SchemaElementLookUpTable.cs
- regiisutil.cs
- PenContexts.cs
- EncryptedHeaderXml.cs
- FontStyles.cs
- WebPartEditorOkVerb.cs
- basenumberconverter.cs
- PlainXmlSerializer.cs
- HtmlInputRadioButton.cs
- ToolStripSeparator.cs
- SqlStream.cs
- DataControlButton.cs
- OwnerDrawPropertyBag.cs
- Vector.cs
- HistoryEventArgs.cs
- FileInfo.cs
- DesignTimeParseData.cs
- Domain.cs
- XpsFilter.cs
- WCFBuildProvider.cs
- MimeFormatter.cs
- StorageEndPropertyMapping.cs
- ObjectStateFormatter.cs
- ListenerConnectionDemuxer.cs
- CssClassPropertyAttribute.cs
- UniqueConstraint.cs
- ClientTargetSection.cs
- ExpressionsCollectionEditor.cs
- GeometryDrawing.cs
- TextLineBreak.cs
- SchemaElementLookUpTable.cs
- CharAnimationUsingKeyFrames.cs
- DateTimeOffsetConverter.cs
- HandlerFactoryWrapper.cs
- TraceSection.cs
- CopyOfAction.cs
- IssuedTokenClientCredential.cs
- XmlWriterDelegator.cs
- EventLogEntry.cs
- PrintEvent.cs
- _ListenerResponseStream.cs
- SequentialUshortCollection.cs
- ObfuscateAssemblyAttribute.cs
- ArcSegment.cs
- _FtpDataStream.cs
- FixedSOMTextRun.cs
- NativeMethods.cs
- RegexCompiler.cs
- DataObjectPastingEventArgs.cs
- WorkflowDataContext.cs
- FixedSOMTextRun.cs
- IndentTextWriter.cs
- EmbeddedMailObject.cs
- LostFocusEventManager.cs
- ContainerVisual.cs
- PersonalizationState.cs
- ReachDocumentPageSerializer.cs
- ReadOnlyHierarchicalDataSource.cs
- AssertValidation.cs
- ProfilePropertyMetadata.cs
- DataGridViewDataErrorEventArgs.cs
- FactoryMaker.cs
- SubMenuStyle.cs
- SpecularMaterial.cs
- WebBrowserPermission.cs