NodeEditEventArgs
12 Sep 20251 minute to read
Interface for NodeEdit event arguments.
Properties
cancel boolean
If you want to cancel this event then, set cancel as true. Otherwise, false.
innerHtml string
Gets or sets the inner HTML of TreeView node while editing.
newText string
Return the current TreeView node new text.
node HTMLLIElement
Return the current TreeView node.
nodeData { : }
Return the current node as JSON object from data source.
oldText string
Return the current TreeView node old text.