KeyPressEditEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Char _
)
public KeyPressEditEventArgs(
System.int ,
System.int ,
System.char
)
パラメータ
- row
- キーが押されたときに編集されるセルの行インデックス。
- col
- キーが押されたときに編集されるセルの列インデックス。
- key
- 押されたキーに対応する文字。
参照