Show contents 

Working with General Visual Components > Classes > TextBox > TextBox.BeforeChange

TextBox.BeforeChange

Syntax

BeforeChange: function(sender, args, timeout);

Parameters

sender. Event source.

args. Event information.

timeout. Time delay (milliseconds) after which the event is fired.

Description

The BeforeChange event occurs on starting editing the text field.

Example

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

See also:

TextBox