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
- NetworkInterface.cs
- ProcessHostMapPath.cs
- ImageAttributes.cs
- MatchingStyle.cs
- UrlMappingsSection.cs
- WindowsRegion.cs
- ContactManager.cs
- ListSortDescription.cs
- HttpWriter.cs
- ResXFileRef.cs
- AssemblyNameProxy.cs
- TabControlAutomationPeer.cs
- Pen.cs
- ResizeGrip.cs
- RuleSet.cs
- ExecutionEngineException.cs
- NullableFloatSumAggregationOperator.cs
- VolatileEnlistmentState.cs
- WpfMemberInvoker.cs
- SizeKeyFrameCollection.cs
- TableLayoutRowStyleCollection.cs
- LambdaCompiler.Lambda.cs
- LoadRetryStrategyFactory.cs
- TypeDescriptor.cs
- ReflectionServiceProvider.cs
- COM2PictureConverter.cs
- ReadOnlyHierarchicalDataSourceView.cs
- IBuiltInEvidence.cs
- ConsumerConnectionPointCollection.cs
- VectorAnimation.cs
- ConnectionManagementElementCollection.cs
- QilSortKey.cs
- KeyFrames.cs
- TabControl.cs
- XMLUtil.cs
- DataTransferEventArgs.cs
- StructuredTypeEmitter.cs
- ResXResourceReader.cs
- XmlAnyElementAttribute.cs
- ListViewItemEventArgs.cs
- Slider.cs
- FileInfo.cs
- LoginViewDesigner.cs
- MessageSecurityOverMsmq.cs
- Imaging.cs
- ExceptionUtil.cs
- Unit.cs
- UnitySerializationHolder.cs
- WmlMobileTextWriter.cs
- StorageEntityContainerMapping.cs
- FileUtil.cs
- XmlLoader.cs
- ChangeConflicts.cs
- Size.cs
- CacheMode.cs
- XmlWrappingReader.cs
- InkSerializer.cs
- PreProcessor.cs
- Int32EqualityComparer.cs
- OperatingSystem.cs
- Material.cs
- CodeNamespace.cs
- SimpleHandlerBuildProvider.cs
- FragmentQueryKB.cs
- TypeElement.cs
- DBAsyncResult.cs
- DataKeyCollection.cs
- FlowSwitch.cs
- CodeIdentifiers.cs
- ThicknessConverter.cs
- WebPartZoneDesigner.cs
- ThousandthOfEmRealDoubles.cs
- StreamReader.cs
- TableStyle.cs
- MouseBinding.cs
- MultiSelector.cs
- NetworkStream.cs
- LineProperties.cs
- SplitterEvent.cs
- Aggregates.cs
- InternalBase.cs
- xsdvalidator.cs
- DataRelationPropertyDescriptor.cs
- ProtectedProviderSettings.cs
- Ticks.cs
- XmlSchemaSet.cs
- ShapeTypeface.cs
- BasicExpandProvider.cs
- DataControlFieldHeaderCell.cs
- AsyncStreamReader.cs
- ExtendedPropertyCollection.cs
- OSFeature.cs
- ToolStripContainerDesigner.cs
- EntityDataSource.cs
- Brush.cs
- BindingCollection.cs
- SqlRowUpdatedEvent.cs
- CodeGen.cs
- ListViewUpdateEventArgs.cs
- WarningException.cs