[]
Creates the replace change.
public static GridControlAdapterNotifyChange CreateReplaceChange(int startingIndex, int oldItemsCount, int newItemsCount)
Type | Name | Description |
---|---|---|
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 |
---|---|
GridControlAdapterNotifyChange |