[]
Creates the replace change.
public static GridCellFactoryNotifyChange CreateReplaceChange(GridRowColType type, int startingIndex, int oldItemsCount, int newItemsCount)
Public Shared Function CreateReplaceChange(type As GridRowColType, startingIndex As Integer, oldItemsCount As Integer, newItemsCount As Integer) As GridCellFactoryNotifyChange
| Type | Name | Description |
|---|---|---|
| GridRowColType | type | The type of column or row. |
| int | startingIndex | The index of the replaced items. |
| int | oldItemsCount | The number of replaced items. |
| int | newItemsCount | The number of items that replace the original ones. |
| Type | Description |
|---|---|
| GridCellFactoryNotifyChange |