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