FlexPivot for WinForms
KeyEditEventArgs コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > KeyEditEventArgs クラス : KeyEditEventArgs コンストラクタ
The row index of the cell being edited when the key was pressed.
The column index of the cell being edited when the key was pressed.
A System.Windows.Forms.KeyEventArgs object containing the keyboard data.
Initializes a new instance of the KeyEditEventArgs class.
シンタックス
'宣言
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal e As System.Windows.Forms.KeyEventArgs _
)
public KeyEditEventArgs( 
   System.int row,
   System.int col,
   System.Windows.Forms.KeyEventArgs e
)

パラメータ

row
The row index of the cell being edited when the key was pressed.
col
The column index of the cell being edited when the key was pressed.
e
A System.Windows.Forms.KeyEventArgs object containing the keyboard data.
参照

KeyEditEventArgs クラス
KeyEditEventArgs メンバ