FlexPivot for WinForms
KeyPressEditEventArgs コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > KeyPressEditEventArgs クラス : KeyPressEditEventArgs コンストラクタ
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.
The character corresponding to the key pressed.
Initializes a new instance of the KeyPressEditEventArgs class.
シンタックス
'宣言
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal key As System.Char _
)
public KeyPressEditEventArgs( 
   System.int row,
   System.int col,
   System.char key
)

パラメータ

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.
key
The character corresponding to the key pressed.
参照

KeyPressEditEventArgs クラス
KeyPressEditEventArgs メンバ