FormulaEditor.TermDrop

Syntax

TermDrop: function(sender, args);

Parameters

sender. Event source.

args. Event information. Arguments: FormulaEditor -  the formula editor, to which a term is added; ddData - information about added term.

Description

The TermDrop event occurs after adding a term from the lists of functions or operators.

Example

The example of event use is given in description of the FormulaEditor.TermsChanged property.

See also:

FormulaEditor