リサイズはクリックかドラッグ

ItemCheckEventArgs コンストラクター

ItemCheckEventArgs クラスの新しいインスタンスを初期化します。

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public ItemCheckEventArgs(
	int displayIndex,
	Nullable<bool> oldValue,
	Nullable<bool> newValue
)

パラメーター

displayIndex
型: SystemInt32
変更する ListItem の 0 から始まる表示インデックス。
oldValue
型: SystemNullableBoolean
ListItem の変更前のチェック状態。
newValue
型: SystemNullableBoolean
ListItem の変更後のチェック状態。
関連項目