[]
Creates the remove change.
public static GridCellFactoryNotifyChange CreateRemoveChange(GridRowColType type, int oldStartingIndex, int count, bool isAnimated)
| Type | Name | Description |
|---|---|---|
| GridRowColType | type | The type of column or row. |
| int | oldStartingIndex | Index of the removed item. |
| int | count | The count. |
| bool | isAnimated | Whether the change should be animated. |
| Type | Description |
|---|---|
| GridCellFactoryNotifyChange |