FlexGrid for WinForms
BeforeMouseDownEventHandler デリゲート

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 : BeforeMouseDownEventHandler デリゲート
イベントを発生させたオブジェクト。
イベントデータを含む BeforeMouseDownEventArgsオブジェクト。
BeforeMouseDownイベントを処理するメソッドを表します。
シンタックス
'宣言
 
Public Delegate Sub BeforeMouseDownEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As BeforeMouseDownEventArgs _
) 
public delegate void BeforeMouseDownEventHandler( 
   System.object sender,
   BeforeMouseDownEventArgs e
)

パラメータ

sender
イベントを発生させたオブジェクト。
e
イベントデータを含む BeforeMouseDownEventArgsオブジェクト。
参照

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