NodeLabelEditEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the BeforeLabelEdit and AfterLabelEdit events of a TreeView control.
- C#
- VB.NET
public delegate void NodeLabelEditEventHandler(Object sender, NodeLabelEditEventArgs e)
Public Delegate Sub NodeLabelEditEventHandler(ByVal sender As [Object], ByVal e As NodeLabelEditEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | NodeLabelEditEventArgs | A NodeLabelEditEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| TreeNode.AfterLabelEdit | Occurs after the tree node label text is edited. |
| TreeNode.BeforeLabelEdit | Occurs before the tree node label text is edited. |
| TreeView.AfterLabelEdit | Occurs after the tree node label text is edited. |
| TreeView.BeforeLabelEdit | Occurs before the tree node label text is edited. |