FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.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
    public static GridControlAdapterNotifyChange CreateMoveChange( 
       int oldStartingIndex,
       int newStartingIndex,
       int count,
       bool isAnimated
    )

    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