'宣言 Public Shared Function CreateMoveChange( _ ByVal oldStartingIndex As System.Integer, _ ByVal newStartingIndex As System.Integer, _ ByVal count As System.Integer, _ ByVal isAnimated As System.Boolean _ ) As GridControlAdapterNotifyChange
public static GridControlAdapterNotifyChange CreateMoveChange( System.int oldStartingIndex, System.int newStartingIndex, System.int count, System.bool isAnimated )
パラメータ
- oldStartingIndex
- 移動される項目のインデックス。
- newStartingIndex
- 移動される項目の新しいインデックス。
- count
- 移動される項目の数。
- isAnimated
- 変更をアニメーションするかどうか。