FlexGrid for WinForms
KeyEditEventHandler デリゲート

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : KeyEditEventHandler デリゲート
C1FlexGridBase.KeyDownEditおよび C1FlexGridBase.KeyUpEditイベントを処理するメソッドを表します。
シンタックス
'宣言
 
Public Delegate Sub KeyEditEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As KeyEditEventArgs _
) 
public delegate void KeyEditEventHandler( 
   System.object sender,
   KeyEditEventArgs e
)

パラメータ

sender
e
参照

KeyEditEventHandler メンバ
C1.Win.C1FlexGrid 名前空間