NodeLabelEditEventHandler
Wisej.Web.NodeLabelEditEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the BeforeLabelEdit and AfterLabelEdit events of a TreeView control.
Parameters
Name | Type | Description |
---|---|---|
sender | The source of the event. | |
e | A NodeLabelEditEventArgs that contains the event data. |
Fired By
Name | Description |
---|---|
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. |
Last updated