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-координата места выполнения щелчка.

Применяется к