Skip to main content
A newer version of this page is available. .

ASPxClientRichEdit.KeyDown Event

Occurs when a key is pressed while the ASPxRichEdit‘s document has focus.

Declaration

KeyDown: ASPxClientEvent<ASPxClientRichEditKeyDownEventHandler>

Event Data

The KeyDown event's data class is ASPxClientRichEditKeyDownEventArgs. The following properties provide information specific to this event:

Property Description
handled Gets or sets whether the event is handled manually, so no default processing is required.
htmlEvent Gets a DHTML event object that relates to the processed event.
See Also