Raised when the user edits the text of a node.
JavaScript Copy Code |
---|
function onNodeTextEdited (sender, args) |
NodeTextEdited handlers receive an event object of type NodeEventArgs.
To handle the NodeTextEdited event, assign the name of the respective JavaScript function (for example 'onNodeTextEdited') to the NodeTextEditedScript property.