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

ASPxClientRichEdit.KeyUp Event

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

Declaration

KeyUp: ASPxClientEvent<ASPxClientRichEditKeyUpEventHandler>

Event Data

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

Property Description
htmlEvent Gets a DHTML event object that relates to the processed event.
See Also