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
- WebServiceHostFactory.cs
- BaseParser.cs
- DataObjectAttribute.cs
- EntityAdapter.cs
- ProxyAssemblyNotLoadedException.cs
- SQLChars.cs
- BufferBuilder.cs
- CannotUnloadAppDomainException.cs
- Rectangle.cs
- AutoCompleteStringCollection.cs
- StreamAsIStream.cs
- AnnotationComponentManager.cs
- Ops.cs
- DBBindings.cs
- WebServiceFaultDesigner.cs
- GenericPrincipal.cs
- HitTestParameters3D.cs
- ConfigurationSectionHelper.cs
- CompModSwitches.cs
- RoutedEvent.cs
- LinearGradientBrush.cs
- DbExpressionVisitor_TResultType.cs
- NonVisualControlAttribute.cs
- EmptyReadOnlyDictionaryInternal.cs
- InternalException.cs
- NegationPusher.cs
- DATA_BLOB.cs
- ResourceDictionary.cs
- Slider.cs
- PrePostDescendentsWalker.cs
- Identity.cs
- HwndKeyboardInputProvider.cs
- WaitHandleCannotBeOpenedException.cs
- FieldNameLookup.cs
- WindowsGraphics2.cs
- SyntaxCheck.cs
- ParamArrayAttribute.cs
- PropertyGrid.cs
- TraceProvider.cs
- printdlgexmarshaler.cs
- NotifyIcon.cs
- ContextBase.cs
- ProxyAttribute.cs
- UpdateExpressionVisitor.cs
- RemoteTokenFactory.cs
- XsltConvert.cs
- DataTableTypeConverter.cs
- Rect.cs
- TableDetailsCollection.cs
- CodeEventReferenceExpression.cs
- SqlWebEventProvider.cs
- HitTestParameters3D.cs
- Part.cs
- dataSvcMapFileLoader.cs
- Light.cs
- SchemaSetCompiler.cs
- SiteMapPath.cs
- PageAsyncTask.cs
- SurrogateSelector.cs
- BitmapEffectGeneralTransform.cs
- TextEditorDragDrop.cs
- Span.cs
- InertiaExpansionBehavior.cs
- XmlSchemaDocumentation.cs
- XDeferredAxisSource.cs
- AddingNewEventArgs.cs
- DbModificationCommandTree.cs
- XsdDateTime.cs
- TransactionTraceIdentifier.cs
- KeyGestureValueSerializer.cs
- SqlTriggerContext.cs
- RemoteWebConfigurationHost.cs
- MDIWindowDialog.cs
- ProviderUtil.cs
- SQLDateTimeStorage.cs
- FieldToken.cs
- SspiSecurityToken.cs
- ZipFileInfoCollection.cs
- TextServicesLoader.cs
- ResourceDefaultValueAttribute.cs
- AssemblyAttributes.cs
- CounterSampleCalculator.cs
- SecurityElement.cs
- XmlDocumentType.cs
- PopOutPanel.cs
- UnsafeNativeMethods.cs
- HttpRuntime.cs
- DataSetMappper.cs
- ScriptResourceMapping.cs
- ListBoxChrome.cs
- ProfileGroupSettings.cs
- SendMailErrorEventArgs.cs
- FacetDescriptionElement.cs
- DataGridCell.cs
- DataGridViewCellStyleConverter.cs
- XmlNamedNodeMap.cs
- BitmapMetadataEnumerator.cs
- TransformationRules.cs
- OleDbError.cs
- DataGridViewUtilities.cs