WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridCellFactoryNotifyChange Class / CreateMoveChange Method
The type of column or row.
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 (GridCellFactoryNotifyChange)
    In This Topic
    Creates the move change.
    Syntax

    Parameters

    type
    The type of column or row.
    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