NodeLabelEditEventArgs

Wisej.Web.NodeLabelEditEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Provides data for the BeforeLabelEdit and AfterLabelEdit events.

public class NodeLabelEditEventArgs : EventArgs

Constructors

Initializes a new instance of the NodeLabelEditEventArgs class for the specified TreeNode.

Initializes a new instance of the NodeLabelEditEventArgs class for the specified TreeNode and the specified text with which to update the tree node label.

Initializes a new instance of the NodeLabelEditEventArgs class for the specified TreeNode.

Properties

Boolean: Returns or sets whether the edit has been canceled.

String: Returns the new text to associate with the tree node.

TreeNode: Returns the tree node containing the text to edit.

Used By

Last updated