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

ASPxClientRichEdit.PointerDown Event

Occurs when the mouse pointer is over the RichEdit’s document and a mouse button is pressed.

Declaration

PointerDown: ASPxClientEvent<ASPxClientRichEditPointerDownEventHandler>

Event Data

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