ValueChanged: function (sender, args)
sender. Event source.
args. Information on the event.
The ValueChanged event occurs after changing the entry editor contents.
Event arguments contain the following fields:
NewContent: String // New title
NewText: String // New text (duplicates value)
NewValue: String // New value
OldContent: String // Old title
OldText: String // Old text (duplicates value)
OldValue: String // Old value
Source: PP.Ui.TextBox // Event source.
The example of event use is given in description of the Combo.getTextBox method.
See also: