TreeNodeMouseHoverEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the NodeMouseHover event.
- C#
- VB.NET
public class TreeNodeMouseHoverEventArgs : EventArgs
Public Class TreeNodeMouseHoverEventArgs
Inherits EventArgs
Constructors
TreeNodeMouseHoverEventArgs(node)
Initializes a new instance of the TreeNodeMouseHoverEventArgs class.
| Name | Type | Description |
|---|---|---|
| node | TreeNode | The TreeNode the mouse pointer is currently resting on. |
Properties
Node
TreeNode: Returns the node the mouse pointer is currently resting on.
Used By
| Name | Description |
|---|---|
| TreeNodeMouseHoverEventHandler | Represents the method that will handle the NodeMouseHover event of a TreeView. |