Raised when a node is deselected, either programmatically or by the user.
JavaScript Copy Code |
---|
function onNodeDeselected (sender, args) |
NodeDeselected handlers receive an event object of type NodeEventArgs.
To handle the NodeDeselected event, assign the name of the respective JavaScript function (for example 'onNodeDeselected') to the NodeDeselectedScript property.