Skip to main content
Version: 3.5

TreeNodeMouseHoverEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the NodeMouseHover event.

public class TreeNodeMouseHoverEventArgs : EventArgs

Constructors

Instance memberTreeNodeMouseHoverEventArgs(node)

Initializes a new instance of the TreeNodeMouseHoverEventArgs class.

NameTypeDescription
nodeTreeNodeThe TreeNode the mouse pointer is currently resting on.

Properties

Instance memberNode

TreeNode: Returns the node the mouse pointer is currently resting on.

Used By

NameDescription
TreeNodeMouseHoverEventHandlerRepresents the method that will handle the NodeMouseHover event of a TreeView.