'Declaration Public Shared Function CreateRemoveChange( _ ByVal oldStartingIndex As Integer, _ ByVal count As Integer, _ ByVal isAnimated As Boolean _ ) As GridControlAdapterNotifyChange
public static GridControlAdapterNotifyChange CreateRemoveChange( int oldStartingIndex, int count, bool isAnimated )
Parameters
- oldStartingIndex
- Index of the removed item.
- count
- The count.
- isAnimated
- Whether the change should be animated.