DataGridViewRowDividerDoubleClickEventArgs Constructor
Initializes a new instance of the DataGridViewRowDividerDoubleClickEventArgs class.
Namespace: System.Windows.Forms
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.