FlexPivot for WinForms
BeforeMouseDownEventArgs コンストラクタ(C1FlexGridBase,MouseButtons,Int32)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > BeforeMouseDownEventArgs クラス > BeforeMouseDownEventArgs コンストラクタ : BeforeMouseDownEventArgs コンストラクタ(C1FlexGridBase,MouseButtons,Int32)
Control that will fire the event.
System.Windows.Forms.MouseButtons value that indicates which button was pressed.
Number of times the button was pressed and released.
Initializes a new instance of the BeforeMouseDownEventArgs class.
シンタックス
'宣言
 
Public Function New( _
   ByVal view As C1FlexGridBase, _
   ByVal buttons As System.Windows.Forms.MouseButtons, _
   ByVal clicks As System.Integer _
)
public BeforeMouseDownEventArgs( 
   C1FlexGridBase view,
   System.Windows.Forms.MouseButtons buttons,
   System.int clicks
)

パラメータ

view
Control that will fire the event.
buttons
System.Windows.Forms.MouseButtons value that indicates which button was pressed.
clicks
Number of times the button was pressed and released.
参照

BeforeMouseDownEventArgs クラス
BeforeMouseDownEventArgs メンバ
オーバーロード一覧