PropertyChanged: function (sender, args)
sender. Event source.
args. Event information.
On color change it contains:
Font. Font parameters.
OldColor. Old color.
NewColor. New color.
Cancel. If the event handler is set to True, action is cancelled.
On changing of other settings it contains:
Font. Font parameters.
ListItem. Selected element.
The PropertyChanged event occurs on settings change of text display.
The event use is given in description of the FontTools.init method.
See also: