Skip to main content
Version: 3.5

TreeNodeMouseClickEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the NodeMouseClick and NodeMouseDoubleClick events of a TreeView.

public delegate void TreeNodeMouseClickEventHandler(Object sender, TreeNodeMouseClickEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eTreeNodeMouseClickEventArgsA TreeNodeMouseClickEventArgs that contains the event data.

Fired By

NameDescription
TreeNode.NodeMouseClickFired when the user clicks a TreeNode with the mouse.
TreeNode.NodeMouseDoubleClickFired when the user double-clicks a TreeNode with the mouse.
TreeView.NodeMouseClickFired when the user clicks a TreeNode with the mouse.
TreeView.NodeMouseDoubleClickFired when the user double-clicks a TreeNode with the mouse.