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

ASPxClientRichEdit.PointerUp Event

Occurs when the mouse button is released if it was pressed within the RichEdit’s document.

Declaration

PointerUp: ASPxClientEvent<ASPxClientRichEditPointerUpEventHandler>

Event Data

The PointerUp event's data class is ASPxClientRichEditPointerUpEventArgs. 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