FlexGrid for WinForms
KeyPressEditEventHandler デリゲート

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

パラメータ

sender
e
参照

KeyPressEditEventHandler メンバ
C1.Win.FlexGrid 名前空間