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