WinUI コントロール
CreateMoveChange メソッド (GridCellFactoryNotifyChange)

C1.WinUI.Grid アセンブリ > C1.WinUI.Grid 名前空間 > GridCellFactoryNotifyChange クラス : CreateMoveChange メソッド
列または行のタイプ。
移動される項目のインデックス。
移動される項目の新しいインデックス。
移動される項目の数。
変更をアニメーションするかどうか。
移動変更を作成します。
シンタックス
'宣言
 
Public Shared Function CreateMoveChange( _
   ByVal type As GridRowColType, _
   ByVal oldStartingIndex As System.Integer, _
   ByVal newStartingIndex As System.Integer, _
   ByVal count As System.Integer, _
   ByVal isAnimated As System.Boolean _
) As GridCellFactoryNotifyChange
public static GridCellFactoryNotifyChange CreateMoveChange( 
   GridRowColType type,
   System.int oldStartingIndex,
   System.int newStartingIndex,
   System.int count,
   System.bool isAnimated
)

パラメータ

type
列または行のタイプ。
oldStartingIndex
移動される項目のインデックス。
newStartingIndex
移動される項目の新しいインデックス。
count
移動される項目の数。
isAnimated
変更をアニメーションするかどうか。
参照

GridCellFactoryNotifyChange クラス
GridCellFactoryNotifyChange メンバ