IDimensionViewer.OnExpanding

Syntax

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

Begin

//set of operators;

End Sub OnExpanding;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnExpanding event occurs directly before expanding the tree node children hierarchy.

See also:

IDimensionViewer