IDimensionViewer.OnCollapsing

Syntax

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

Begin

//set of operators;

End Sub OnCollapsing;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnCollapsing event occurs before the collapsing of the hierarchy of the tree node children.

See also:

IDimensionViewer