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