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.

public delegate void NodeLabelEditEventHandler(Object sender, NodeLabelEditEventArgs e)

Parameters

NameTypeDescription

sender

The source of the event.

e

Fired By

NameDescription

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