ValueChanged: function(sender, args)
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.
The ValueChanged event occurs on changing text parameter values.
An example of event use is given in the page with description of the FontBox constructor.
See also: