IDimensionViewer.OnCollapsing

Syntax

Sub OnCollapsing(Sender: Object; Args: IDimensionAllowActionEventArgs);

Begin

//set of operators;

End Sub OnCollapsing;

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 OnCollapsing event occurs before collapsing the hierarchy of the tree node children.

See also:

IDimensionViewer