C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlAdapterNotifyChange Class / CreateRemoveChange Method
Index of the removed item.
The count.
Whether the change should be animated.

In This Topic
CreateRemoveChange Method
In This Topic
Creates the remove change.
Syntax
'Declaration
 
Public Shared Function CreateRemoveChange( _
   ByVal oldStartingIndex As Integer, _
   ByVal count As Integer, _
   ByVal isAnimated As Boolean _
) As GridControlAdapterNotifyChange
 

Parameters

oldStartingIndex
Index of the removed item.
count
The count.
isAnimated
Whether the change should be animated.
See Also