TreeNodeMouseClickEventArgs Constructor (TreeNode^, MouseButtons, Int32, Int32, Int32)
.NET Framework (current version)
Initializes a new instance of the TreeNodeMouseClickEventArgs class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: TreeNodeMouseClickEventArgs( TreeNode^ node, MouseButtons button, int clicks, int x, int y )
Parameters
- node
-
Type:
System.Windows.Forms::TreeNode^
The node that was clicked.
- button
-
Type:
System.Windows.Forms::MouseButtons
One of the MouseButtons members.
- clicks
-
Type:
System::Int32
The number of clicks that occurred.
- x
-
Type:
System::Int32
The x-coordinate where the click occurred.
- y
-
Type:
System::Int32
The y-coordinate where the click occurred.
.NET Framework
Available since 2.0
Available since 2.0
Show: