FlexPivot for WinForms
BeforeMouseDownEventHandler デリゲート

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : BeforeMouseDownEventHandler デリゲート
Object that fired the event.
BeforeMouseDownEventArgs object that contains the event data.
Represents the method that will handle the BeforeMouseDown event.
シンタックス
'宣言
 
Public Delegate Sub BeforeMouseDownEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As BeforeMouseDownEventArgs _
) 
public delegate void BeforeMouseDownEventHandler( 
   System.object sender,
   BeforeMouseDownEventArgs e
)

パラメータ

sender
Object that fired the event.
e
BeforeMouseDownEventArgs object that contains the event data.
参照

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