Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewColumnDividerDoubleClickEventArgs.cs / 1 / DataGridViewColumnDividerDoubleClickEventArgs.cs
//---------------------------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------------------- namespace System.Windows.Forms { ///public class DataGridViewColumnDividerDoubleClickEventArgs : HandledMouseEventArgs { private int columnIndex; /// public DataGridViewColumnDividerDoubleClickEventArgs(int columnIndex, HandledMouseEventArgs e) : base(e.Button, e.Clicks, e.X, e.Y, e.Delta, e.Handled) { if (columnIndex < -1) { throw new ArgumentOutOfRangeException("columnIndex"); } this.columnIndex = columnIndex; } /// public int ColumnIndex { get { return this.columnIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------------------- namespace System.Windows.Forms { ///public class DataGridViewColumnDividerDoubleClickEventArgs : HandledMouseEventArgs { private int columnIndex; /// public DataGridViewColumnDividerDoubleClickEventArgs(int columnIndex, HandledMouseEventArgs e) : base(e.Button, e.Clicks, e.X, e.Y, e.Delta, e.Handled) { if (columnIndex < -1) { throw new ArgumentOutOfRangeException("columnIndex"); } this.columnIndex = columnIndex; } /// public int ColumnIndex { get { return this.columnIndex; } } } } // 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
- DoubleSumAggregationOperator.cs
- ToolStripGrip.cs
- Timer.cs
- HttpChannelHelpers.cs
- AstTree.cs
- WindowVisualStateTracker.cs
- QueryParameter.cs
- DeviceContext2.cs
- UIAgentAsyncEndRequest.cs
- SoapIncludeAttribute.cs
- StorageRoot.cs
- ProxyGenerator.cs
- IChannel.cs
- SingleTagSectionHandler.cs
- ImageCodecInfo.cs
- ListViewItemEventArgs.cs
- AnnotationDocumentPaginator.cs
- ScrollProperties.cs
- Type.cs
- SqlDataSourceSelectingEventArgs.cs
- ExtensionWindowResizeGrip.cs
- UpdateException.cs
- ConfigurationProperty.cs
- EventLogPermissionAttribute.cs
- SchemaCreator.cs
- DataGridTablesFactory.cs
- DataGridViewCellLinkedList.cs
- MailAddressCollection.cs
- DataSourceHelper.cs
- DesignTimeData.cs
- GetMemberBinder.cs
- TextChangedEventArgs.cs
- PasswordBox.cs
- DataSourceProvider.cs
- IpcServerChannel.cs
- PackageDocument.cs
- ContourSegment.cs
- AmbientProperties.cs
- EntityDataSourceStatementEditorForm.cs
- LoginStatusDesigner.cs
- StatusBarItemAutomationPeer.cs
- CorrelationExtension.cs
- DirectionalLight.cs
- InlinedAggregationOperator.cs
- HttpModuleActionCollection.cs
- WindowClosedEventArgs.cs
- RegularExpressionValidator.cs
- NotificationContext.cs
- OdbcConnectionPoolProviderInfo.cs
- ExceptionValidationRule.cs
- RegistrySecurity.cs
- XComponentModel.cs
- PerformanceCounterPermissionAttribute.cs
- AdornerLayer.cs
- ComponentDispatcherThread.cs
- StyleHelper.cs
- WebBrowserUriTypeConverter.cs
- ContentFilePart.cs
- SynchronizedDispatch.cs
- LinqTreeNodeEvaluator.cs
- DoubleCollectionConverter.cs
- WsiProfilesElementCollection.cs
- SmiRecordBuffer.cs
- BinHexEncoding.cs
- XmlSchemaExternal.cs
- ToolboxItemFilterAttribute.cs
- SqlUdtInfo.cs
- ResXFileRef.cs
- PagesChangedEventArgs.cs
- MasterPageBuildProvider.cs
- QilGenerator.cs
- EncoderExceptionFallback.cs
- ObjectDataSourceEventArgs.cs
- Events.cs
- RangeBase.cs
- RsaKeyGen.cs
- ObjectCacheSettings.cs
- FormViewRow.cs
- Identifier.cs
- SqlProviderServices.cs
- dataobject.cs
- XPathAxisIterator.cs
- CngKeyBlobFormat.cs
- CompositeActivityTypeDescriptor.cs
- DynamicArgumentDialog.cs
- Grid.cs
- ByteArrayHelperWithString.cs
- SoapRpcServiceAttribute.cs
- UTF8Encoding.cs
- CultureTable.cs
- DBConnectionString.cs
- KeyGesture.cs
- SecurityContextSecurityToken.cs
- X509SecurityToken.cs
- CultureTable.cs
- DetailsViewPagerRow.cs
- ConfigurationSchemaErrors.cs
- xdrvalidator.cs
- FocusChangedEventArgs.cs
- mediaeventshelper.cs