CalcCubeFormulaEdit.OnFormatCoord

Syntax

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

Begin

//set of operators;

End Sub OnFormatCoord;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnFormatCoord event occurs, when a coordinate is changed.

See also:

CalcCubeFormulaEdit