OnRemoveRows Method
OnRemoveRows(int, int)
Processes the removal of the specified rows from the data model.
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 at which to start
|
int |
count |
Number of rows to remove
|