[]
Initializes a new instance of the RowColEventArgs class.
public RowColEventArgs(int row, int col)
Public Sub New(row As Integer, col As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | Index of the row that caused the event. |
| int | col | Index of the column that caused the event. |