NodeEditEventArgs
Interface represents the event arguments for the nodeEdited
and nodeEditing
event.
Properties
cancel Boolean
Gets or sets a value indicating whether we should cancel the operation or not.
innerHtml String
Gets or sets the inner HTML of the treeview node that was edited.
newText String
Gets the updated treeview node text.
name String
Gets the name of the event.
node HTMLLIElement
Gets the HTML element for the node that was edited.
nodeData {:}
Gets the data model for the node that was edited.
oldText String
Gets the previous treeview node text.