FontBox.ValueChanged

Syntax

ValueChanged: function(sender, args)

Parameters

sender. Event source.

args. Event information. Arguments: PropertyName - it returns the name of the property which value was modified, Value - modified property value, Font - it returns the value of the FontBox.Font property.

Description

The ValueChanged event occurs on changing text parameter values.

Example

An example of event use is given in the page with description of the FontBox constructor.

See also:

FontBox