TextBox.ValueChanged

Syntax

ValueChanged: function(sender, args, timeout);

Parameters

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.

Description

The ValueChanged event occurs after the text field value change.

Example

The example of event use is given in the page with description of the TextBox.AfterChange event.

See also:

TextBox