Search
TreeExpanded Event

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

Syntax

JavaScript  Copy Code

function onTreeExpanded (sender, args)

Event Data

TreeExpanded handlers receive an event object of type NodeEventArgs.

Remarks

To handle the TreeExpanded event, assign the name of the respective JavaScript function (for example 'onTreeExpanded') to the TreeExpandedScript property.

See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming Namespace
TreeCollapsed Event