ASPxClientRichEdit.PointerDown Event
Occurs when a pointer becomes active.
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. |
Remarks
For a mouse pointer, the PointerDown event occurs when a user presses a mouse button or wheel while the mouse pointer is over the Rich Text Editor. For touch and pen pointers, this event occurs when a pointer contacts a digitizer.
Refer to the following section for more information about client-side events: Client API.
See Also