CalculatorWizardView.FormulaEditFocus

Syntax

FormulaEditFocus: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The FormulaEditFocus event is fired after setting focus to expression entry box in calculator wizard.

Example

The example of use is given on the page with description of the CalculatorWizardView.ControlChanged event.

See also:

CalculatorWizardView