OnRemoveRows Method
OnRemoveRows(int, int)
Occurs when rows are removed.
Declaration
protected virtual void OnRemoveRows(int row, int count)
Protected Overridable Sub OnRemoveRows(row As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
row |
Row index
|
int |
count |
Number of rows
|