GoXam for WPF v3
OnIsExpandedTreeChanged() Method
Northwoods.GoXam Namespace > Node Class : OnIsExpandedTreeChanged() Method
This virtual method is called whenever the value of IsExpandedTree changes.
Syntax
protected virtual void OnIsExpandedTreeChanged()
Remarks

By default this will call ExpandTree if IsExpandedTree has become true, else it will call CollapseTree.

See Also

Reference

Node Class
Node Members