TreeNodeMouseClickEventArgs
Wisej.Web.TreeNodeMouseClickEventArgs
Last updated
Wisej.Web.TreeNodeMouseClickEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the NodeMouseClick and NodeMouseDoubleClick events.
Initializes a new instance of the TreeNodeMouseClickEventArgs class.
Name | Type | Description |
---|---|---|
node | The node that was clicked. | |
button | ||
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.
Name | Type | Description |
---|---|---|
node | The node that was clicked. | |
button | ||
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. |
TreeNode: Returns the tree node that has been clicked.
Name | Description |
---|---|
One of the members.
One of the members.
Represents the method that will handle the and events of a .