FlexPivot for WinForms
ValidateEditEventArgs コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ValidateEditEventArgs クラス : ValidateEditEventArgs コンストラクタ
The row index of the cell being edited.
The column index of the cell being edited.
The new checkbox state about to be applied to the cell, if any.
Initializes a new instance of the ValidateEditEventArgs class.
シンタックス
'宣言
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal check As CheckEnum _
)
public ValidateEditEventArgs( 
   System.int row,
   System.int col,
   CheckEnum check
)

パラメータ

row
The row index of the cell being edited.
col
The column index of the cell being edited.
check
The new checkbox state about to be applied to the cell, if any.
参照

ValidateEditEventArgs クラス
ValidateEditEventArgs メンバ