TreeNodeMouseClickEventArgs

Wisej.Web.TreeNodeMouseClickEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the NodeMouseClick and NodeMouseDoubleClick events.

public class TreeNodeMouseClickEventArgs : MouseEventArgs

Constructors

Initializes a new instance of the TreeNodeMouseClickEventArgs class.

NameTypeDescription

node

The node that was clicked.

button

One of the MouseButtons members.

clicks

The number of clicks that occurred.

x

The x-coordinate where the click occurred.

y

The y-coordinate where the click occurred.

Initializes a new instance of the TreeNodeMouseClickEventArgs class.

NameTypeDescription

node

The node that was clicked.

button

One of the MouseButtons members.

clicks

The number of clicks that occurred.

x

The x-coordinate where the click occurred.

y

The y-coordinate where the click occurred.

role

The internal role assigned to the element that generated the pointer event.

Properties

TreeNode: Returns the tree node that has been clicked.

Used By

NameDescription

Represents the method that will handle the NodeMouseClick and NodeMouseDoubleClick events of a TreeView.

Last updated