Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlAdapterNotifyChange Class / CreateMoveChange Method
Index of the moved item.
New index of the moved item.
The number of items moved.
Whether the change should be animated.

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

    Parameters

    oldStartingIndex
    Index of the moved item.
    newStartingIndex
    New index of the moved item.
    count
    The number of items moved.
    isAnimated
    Whether the change should be animated.
    See Also