FontBox.PropertyChanged

Syntax

PropertyChanged: function (sender, args)

Parameters

sender. Event source.

args. Event information. Arguments: PropertyName - returns name of the property whose value is changed, Font - returns value of the FontBox.Font property, Alignment - returns value of the FontBox.Alignment property.

Description

The PropertyChanged event occurs on settings change of text display.

Example

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

See also:

FontBox