CalcCubeFormulaEdit.OnFormatCoord

Syntax

Sub OnFormatCoord(Sender: ICalcCubeFormulaEdit; Args: ICalcCubeFormulaEditEventArgs);

Begin

//set of operators;

End Sub OnFormatCoord;

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 OnFormatCoord event occurs when a term corresponding to cube coordinate is created.

See also:

CalcCubeFormulaEdit