Search
TreeCollapsed Event

Raised when a user collapses a tree branch by clicking the [-] button of an Expandable node.

Syntax

JavaScript  Copy Code

function onTreeCollapsed (sender, args)

Event Data

TreeCollapsed handlers receive an event object of type NodeEventArgs.

Remarks

To handle the TreeCollapsed event, assign the name of the respective JavaScript function (for example 'onTreeCollapsed') to the TreeCollapsedScript property.

See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming Namespace
TreeExpanded Event