All pages
Powered by GitBook
1 of 1

Loading...

TreeNodeMouseHoverEventArgs

Wisej.Web.TreeNodeMouseHoverEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the NodeMouseHover event.

public class TreeNodeMouseHoverEventArgs : EventArgs
Public Class TreeNodeMouseHoverEventArgs
    Inherits EventArgs

Constructors

TreeNodeMouseHoverEventArgs(node)

Initializes a new instance of the class.

Name
Type
Description

Properties

Node

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

Used By

Name
Description

node

TreeNode

The TreeNode the mouse pointer is currently resting on.

TreeNodeMouseHoverEventHandler

Represents the method that will handle the NodeMouseHover event of a TreeView.

TreeNodeMouseHoverEventArgs
TreeNode