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

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

パラメータ

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

GridCellFactoryNotifyChange クラス
GridCellFactoryNotifyChange メンバ