DataGridViewRowDividerDoubleClickEventArgs Constructor (Int32, HandledMouseEventArgs^)
.NET Framework (current version)
Initializes a new instance of the DataGridViewRowDividerDoubleClickEventArgs class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: DataGridViewRowDividerDoubleClickEventArgs( int rowIndex, HandledMouseEventArgs^ e )
Parameters
- rowIndex
-
Type:
System::Int32
The index of the row above the row divider that was double-clicked.
- e
-
Type:
System.Windows.Forms::HandledMouseEventArgs^
A new HandledMouseEventArgs containing the inherited event data.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | rowIndex is less than -1. |
This constructor initializes the value of the RowIndex property using the rowIndex value. The values of properties inherited from HandledMouseEventArgs are initialized to the values specified in e.
.NET Framework
Available since 2.0
Available since 2.0
Show: