TreeNodeMouseClickEventArgs
Wisej.Web.TreeNodeMouseClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the NodeMouseClick and NodeMouseDoubleClick events.
public class TreeNodeMouseClickEventArgs : MouseEventArgs
Constructors
TreeNodeMouseClickEventArgs(node, button, clicks, x, y)

Initializes a new instance of the TreeNodeMouseClickEventArgs class.
Name
Type
Description
TreeNodeMouseClickEventArgs(node, button, clicks, x, y, role)

Initializes a new instance of the TreeNodeMouseClickEventArgs class.
Name
Type
Description
Properties
Node

TreeNode: Returns the tree node that has been clicked.
Used By
Name
Description
Represents the method that will handle the NodeMouseClick and NodeMouseDoubleClick events of a TreeView.
Last updated
Was this helpful?