IDimensionViewer.OnCollapsed

Syntax

OnCollapsed(Sender: Object; Args: IDimensionNodeEventArgs);

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnCollapsed event occurs after collapsing the hierarchy of the tree node children.

Comments

The OnCollapsed event occurs only if the OnCollapsing event has already occurred.

See also:

IDimensionViewer