[]
Creates the move change.
public static GridCellFactoryNotifyChange CreateMoveChange(GridRowColType type, int oldStartingIndex, int newStartingIndex, int count, bool isAnimated)
Public Shared Function CreateMoveChange(type As GridRowColType, oldStartingIndex As Integer, newStartingIndex As Integer, count As Integer, isAnimated As Boolean) As GridCellFactoryNotifyChange
| Type | Name | Description |
|---|---|---|
| GridRowColType | type | The type of column or row. |
| int | oldStartingIndex | Index of the moved item. |
| int | newStartingIndex | New index of the moved item. |
| int | count | The number of items moved. |
| bool | isAnimated | Whether the change should be animated. |
| Type | Description |
|---|---|
| GridCellFactoryNotifyChange |