PropertyChanged: function (sender, args)
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.
The PropertyChanged event occurs on settings change of text display.
The example of event use is given in the page with description of the FontBox constructor.
See also: