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

ASPxClientRichEditPointerDownEventArgs Members

Provides data for the ASPxClientRichEdit.PointerDown event.

Constructors

Name Description
constructor(htmlEvent, handled) Initializes a new instance of the ASPxClientRichEditPointerDownEventArgs 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