Wisej.Web.NodeLabelEditEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents the method that will handle the BeforeLabelEdit and AfterLabelEdit events of a TreeView control.
public delegate void NodeLabelEditEventHandler(Object sender, NodeLabelEditEventArgs e)Public Delegate Sub NodeLabelEditEventHandler(ByVal sender As [Object], ByVal e As NodeLabelEditEventArgs)sender
The source of the event.
e
A NodeLabelEditEventArgs that contains the event data.
Occurs after the tree node label text is edited.
Occurs before the tree node label text is edited.
Occurs after the tree node label text is edited.
Occurs before the tree node label text is edited.