Raised when a user expands a tree branch by clicking the [+] button of an Expandable node.
JavaScript Copy Code |
---|
function onTreeExpanded (sender, args) |
TreeExpanded handlers receive an event object of type NodeEventArgs.
To handle the TreeExpanded event, assign the name of the respective JavaScript function (for example 'onTreeExpanded') to the TreeExpandedScript property.