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
- Viewport3DVisual.cs
- ArrayExtension.cs
- QueryContinueDragEvent.cs
- SmiMetaDataProperty.cs
- ToolStripItemEventArgs.cs
- ConditionChanges.cs
- ComMethodElement.cs
- CookielessHelper.cs
- ThreadAttributes.cs
- StreamBodyWriter.cs
- WindowsScroll.cs
- IDQuery.cs
- PropertyFilterAttribute.cs
- ContentElement.cs
- ReadOnlyObservableCollection.cs
- ComponentManagerBroker.cs
- Int32Collection.cs
- SchemaEntity.cs
- ConnectionManagementElementCollection.cs
- WhereaboutsReader.cs
- DefaultSettingsSection.cs
- DynamicPropertyHolder.cs
- LambdaCompiler.Unary.cs
- FillErrorEventArgs.cs
- DBConnectionString.cs
- _NestedMultipleAsyncResult.cs
- TraceUtils.cs
- ListViewItem.cs
- DBNull.cs
- WeakEventManager.cs
- FormsAuthenticationUser.cs
- DependencySource.cs
- OdbcRowUpdatingEvent.cs
- MDIWindowDialog.cs
- AccessedThroughPropertyAttribute.cs
- TrackingDataItem.cs
- ContentTypeSettingDispatchMessageFormatter.cs
- NeutralResourcesLanguageAttribute.cs
- PKCS1MaskGenerationMethod.cs
- MetadataItemEmitter.cs
- UniformGrid.cs
- COM2ComponentEditor.cs
- _HeaderInfoTable.cs
- KeyValueConfigurationElement.cs
- ColorComboBox.cs
- SendMessageRecord.cs
- ChangeTracker.cs
- RuntimeConfig.cs
- EpmContentDeSerializer.cs
- OleStrCAMarshaler.cs
- Transform3DGroup.cs
- GridView.cs
- DataProtection.cs
- EntityDataSourceDataSelection.cs
- MetadataSet.cs
- FontSourceCollection.cs
- MdImport.cs
- FontStretchConverter.cs
- WorkerRequest.cs
- InheritedPropertyDescriptor.cs
- Cell.cs
- propertyentry.cs
- KeyPressEvent.cs
- TabItem.cs
- Object.cs
- FlowLayout.cs
- X509CertificateCollection.cs
- UserControlParser.cs
- BlurEffect.cs
- sqlinternaltransaction.cs
- SemaphoreSecurity.cs
- ParameterCollectionEditorForm.cs
- ViewStateModeByIdAttribute.cs
- PixelFormat.cs
- XmlDataCollection.cs
- Point4D.cs
- ToolStripTextBox.cs
- DocumentSequenceHighlightLayer.cs
- Annotation.cs
- SessionState.cs
- HelpProvider.cs
- LowerCaseStringConverter.cs
- ResourceDefaultValueAttribute.cs
- BindingManagerDataErrorEventArgs.cs
- _SingleItemRequestCache.cs
- HtmlInputCheckBox.cs
- LinqDataSourceDisposeEventArgs.cs
- safesecurityhelperavalon.cs
- MemberDescriptor.cs
- TraceLevelStore.cs
- PersistenceIOParticipant.cs
- GlyphInfoList.cs
- FileDialogCustomPlace.cs
- ProjectionPathSegment.cs
- ConstructorBuilder.cs
- AuthStoreRoleProvider.cs
- IisTraceWebEventProvider.cs
- XPathQueryGenerator.cs
- CodeParameterDeclarationExpressionCollection.cs
- ImageUrlEditor.cs