TreeNodeMouseClickEventArgs コンストラクター

定義

TreeNodeMouseClickEventArgs クラスの新しいインスタンスを初期化します。

public:
 TreeNodeMouseClickEventArgs(System::Windows::Forms::TreeNode ^ node, System::Windows::Forms::MouseButtons button, int clicks, int x, int y);
public TreeNodeMouseClickEventArgs (System.Windows.Forms.TreeNode node, System.Windows.Forms.MouseButtons button, int clicks, int x, int y);
new System.Windows.Forms.TreeNodeMouseClickEventArgs : System.Windows.Forms.TreeNode * System.Windows.Forms.MouseButtons * int * int * int -> System.Windows.Forms.TreeNodeMouseClickEventArgs
Public Sub New (node As TreeNode, button As MouseButtons, clicks As Integer, x As Integer, y As Integer)

パラメーター

node
TreeNode

クリックされたノード

button
MouseButtons

MouseButtons のメンバーの 1 つ。

clicks
Int32

発生したクリックの合計数。

x
Int32

クリックが発生した X 座標

y
Int32

クリックが発生した Y 座標

適用対象