NodeLabelEditEventArgs
Wisej.Web.NodeLabelEditEventArgs
Last updated
Was this helpful?
Wisej.Web.NodeLabelEditEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the BeforeLabelEdit and AfterLabelEdit events.
Initializes a new instance of the NodeLabelEditEventArgs class for the specified TreeNode.
node
The tree node containing the text to edit.
Initializes a new instance of the NodeLabelEditEventArgs class for the specified TreeNode and the specified text with which to update the tree node label.
node
The tree node containing the text to edit.
label
The new text to associate with the tree node.
Initializes a new instance of the NodeLabelEditEventArgs class for the specified TreeNode.
args
The event arguments received from the client.
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.
Represents the method that will handle the and events of a control.