'Declaration Public Shared Function CreateReplaceChange( _ ByVal startingIndex As Integer, _ ByVal oldItemsCount As Integer, _ ByVal newItemsCount As Integer _ ) As GridControlAdapterNotifyChange
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.