Wisej.Web.TreeNodeMouseHoverEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the NodeMouseHover event.
Initializes a new instance of the TreeNodeMouseHoverEventArgs class.
Name | Type | Description |
---|---|---|
TreeNode: Returns the node the mouse pointer is currently resting on.
Name | Description |
---|---|
node
The TreeNode the mouse pointer is currently resting on.
Represents the method that will handle the NodeMouseHover event of a TreeView.