Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DeviceSpecificChoiceCollection.cs
- LinkedDataMemberFieldEditor.cs
- DaylightTime.cs
- DoubleAnimationUsingKeyFrames.cs
- BitmapEffect.cs
- ProtocolsConfigurationHandler.cs
- ApplicationTrust.cs
- PeerCredentialElement.cs
- OperationFormatter.cs
- WindowsRichEditRange.cs
- HMACSHA384.cs
- DataGridViewRowEventArgs.cs
- InvokeGenerator.cs
- CodeStatement.cs
- XmlEncodedRawTextWriter.cs
- CodeMethodInvokeExpression.cs
- RepeatInfo.cs
- VoiceSynthesis.cs
- Section.cs
- TextEditorCharacters.cs
- SafeEventLogReadHandle.cs
- OutputWindow.cs
- RtfFormatStack.cs
- InstallerTypeAttribute.cs
- HtmlTable.cs
- ScriptControlDescriptor.cs
- XPathNodeList.cs
- KeyBinding.cs
- ErrorRuntimeConfig.cs
- BooleanAnimationBase.cs
- SqlServer2KCompatibilityCheck.cs
- ParameterDataSourceExpression.cs
- HierarchicalDataSourceConverter.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- TypeUtil.cs
- XamlStream.cs
- Decoder.cs
- XsdBuildProvider.cs
- MatrixKeyFrameCollection.cs
- CustomErrorsSection.cs
- WebProxyScriptElement.cs
- uribuilder.cs
- ModelUIElement3D.cs
- PartialList.cs
- AccessibleObject.cs
- XmlArrayItemAttribute.cs
- SQLSingle.cs
- CharStorage.cs
- ChameleonKey.cs
- MostlySingletonList.cs
- StylusPointProperty.cs
- ToolStripComboBox.cs
- HtmlElementEventArgs.cs
- TypeUsage.cs
- DesignerInterfaces.cs
- ControlUtil.cs
- ControlPaint.cs
- SoapIncludeAttribute.cs
- MaterialGroup.cs
- PrivacyNoticeBindingElementImporter.cs
- ExecutionEngineException.cs
- DocumentPageTextView.cs
- PropagationProtocolsTracing.cs
- lengthconverter.cs
- UITypeEditor.cs
- BrowserCapabilitiesCodeGenerator.cs
- MexServiceChannelBuilder.cs
- COM2ColorConverter.cs
- StringFunctions.cs
- ServiceOperationListItemList.cs
- ApplicationBuildProvider.cs
- TabControlCancelEvent.cs
- HijriCalendar.cs
- Main.cs
- DoubleAnimationBase.cs
- SplitterEvent.cs
- BindingSourceDesigner.cs
- EntityViewGenerator.cs
- ListViewEditEventArgs.cs
- IFlowDocumentViewer.cs
- DataGridViewCellValidatingEventArgs.cs
- DocumentGrid.cs
- TextServicesDisplayAttribute.cs
- RequestCachePolicy.cs
- SecurityManager.cs
- DropDownList.cs
- SpecialFolderEnumConverter.cs
- TextCompositionManager.cs
- SerializationAttributes.cs
- GroupPartitionExpr.cs
- RequestQueue.cs
- SrgsElement.cs
- SafeThreadHandle.cs
- PeerNameResolver.cs
- MultipleViewPattern.cs
- ValidationRule.cs
- StackBuilderSink.cs
- PhonemeEventArgs.cs
- LiteralTextParser.cs
- TypeDependencyAttribute.cs