TreeNodeMouseClickEventHandler
Wisej.Web.TreeNodeMouseClickEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents the method that will handle the NodeMouseClick and NodeMouseDoubleClick events of a TreeView.
public delegate void TreeNodeMouseClickEventHandler(Object sender, TreeNodeMouseClickEventArgs e)
Public Delegate Sub TreeNodeMouseClickEventHandler(ByVal sender As [Object], ByVal e As TreeNodeMouseClickEventArgs)
Parameters
Fired By
Fired when the user clicks a TreeNode with the mouse.
Fired when the user double-clicks a TreeNode with the mouse.
Fired when the user clicks a TreeNode with the mouse.
Fired when the user double-clicks a TreeNode with the mouse.