TextBox.AfterTimeout

Syntax

AfterTimeout: function(sender, args, timeout);

Parameters

sender. Event source.

args. Event information.

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

Description

The AfterTimeout event is fired aftertext field editing is finished and after the delay between field editing and event firing.

Example

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

See also:

TextBox