Skip to main content

ASPxClientRichEditPointerUpEventArgs Members

Provides data for the ASPxClientRichEdit.PointerUp event.

Constructors

Name Description
constructor(htmlEvent, handled) Initializes a new instance of the ASPxClientRichEditPointerUpEventArgs object. For internal use only.

Properties

Name 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