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