Sub OnFormatCoord(Sender: ICalcCubeFormulaEdit; Args: ICalcCubeFormulaEditEventArgs);
Begin
//set of operators;
End Sub OnFormatCoord;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnFormatCoord event occurs, when a coordinate is changed.
See also: