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. |
Remarks
Refer to the following section for more information about client-side events: Client API.
See Also