[]
Initializes a new instance of the C1List.RowChangedEventArgs class.
public RowChangedEventArgs(int fromRow, int toRow)
Public Sub New(fromRow As Integer, toRow As Integer)
| Type | Name | Description |
|---|---|---|
| int | fromRow | Old row. |
| int | toRow | New row. |