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

By default this will call ExpandSubGraph if IsExpandedSubGraph has become true, else it will call CollapseSubGraph.

See Also

Reference

Group Class
Group Members