[]
Occurs when rows are moved.
protected virtual void OnMoveRows(int fromRow, int toRow, int count)
Protected Overridable Sub OnMoveRows(fromRow As Integer, toRow As Integer, count As Integer)
| Type | Name | Description |
|---|---|---|
| int | fromRow | Start row index |
| int | toRow | End row index |
| int | count | Number of rows |