Enter: function(sender, args, timeout);
sender. Event source.
args. Event information.
timeout. Time delay (milliseconds) after which the event is fired.
The Enter event is fired on clicking the Enter key in the active text box.
The example of use is given in the page with description of the TextBox.AfterChange event.
See also: