ValueChanged: function(sender, args, timeout);
sender. Event source.
args. Event information. Arguments: Event - occurred event; OldValue - text field value before change; OldContent - contents of the text field before change; NewContent - contents of the text field after change; NewValue - text field value after change.
timeout. Time delay (in milliseconds) after which the event is fired.
The ValueChanged event occurs after the text field value change.
The example of event use is given in the page with description of the TextBox.AfterChange event.
See also: