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

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > BeforeMouseDownEventArgs クラス > BeforeMouseDownEventArgs コンストラクタ : BeforeMouseDownEventArgs コンストラクタ(C1FlexGridBase,MouseButtons,Int32)
イベントを発生するコントロール。
押されたボタンを示す System.Windows.Forms.MouseButtons値。
ボタンが押されて放された回数。
BeforeMouseDownEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
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
イベントを発生するコントロール。
buttons
押されたボタンを示す System.Windows.Forms.MouseButtons値。
clicks
ボタンが押されて放された回数。
参照

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