SPREAD for WPF 3.0J - GcSpreadSheet
ItemCheckEventArgs コンストラクタ

GrapeCity.Wpf.SpreadSheet.CellType アセンブリ > GrapeCity.Wpf.SpreadSheet.CellType.Editors 名前空間 > ItemCheckEventArgs クラス : ItemCheckEventArgs コンストラクタ
変更する ListItem の0から始まる表示インデックス。
ListItem の変更前のチェック状態。
ListItem の変更後のチェック状態。
ItemCheckEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal displayIndex As System.Integer, _
   ByVal oldValue As System.Nullable(Of Boolean), _
   ByVal newValue As System.Nullable(Of Boolean) _
)
public ItemCheckEventArgs( 
   System.int displayIndex,
   System.Nullable<bool> oldValue,
   System.Nullable<bool> newValue
)

パラメータ

displayIndex
変更する ListItem の0から始まる表示インデックス。
oldValue
ListItem の変更前のチェック状態。
newValue
ListItem の変更後のチェック状態。
参照

ItemCheckEventArgs クラス
ItemCheckEventArgs メンバ