TextBox.Enter

Syntax

Enter: function(sender, args, timeout);

Parameters

sender. Event source.

args. Event information.

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

Description

The Enter event is fired on clicking the ENTER key in the active text box.

Example

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

See also:

TextBox