[]
Gets or sets a JavaScript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box. This action can check the keystroke for validity and reject or modify it.
public ActionJavaScript KeyPress { get; set; }
Public Property KeyPress As ActionJavaScript