Skip to main content

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.

Remarks

Refer to the following section for more information about client-side events: Client API.

See Also