Skip to main content
Version: 4.1

TreeNodeMouseHoverEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the NodeMouseHover event.

public class TreeNodeMouseHoverEventArgs : EventArgs

Constructors

Instance member TreeNodeMouseHoverEventArgs(node)

Initializes a new instance of the TreeNodeMouseHoverEventArgs class.

NameTypeDescription
nodeTreeNodeThe TreeNode the mouse pointer is currently resting on.

Properties

Instance member Node

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.