public static GridControlAdapterNotifyChange CreateReplaceChange( int startingIndex, int oldItemsCount, int newItemsCount )
Parameters
- startingIndex
- The index of the replaced items.
- oldItemsCount
- The number of replaced items.
- newItemsCount
- The number of items that replace the original ones.