共用方式為


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 成員。

clicks
Int32

按下的次數。

x
Int32

按下所在位置的 X 座標。

y
Int32

按下所在位置的 Y 座標。

適用於