Skip to main content

constructor(htmlEvent, handled) Constructor

Initializes a new instance of the ASPxClientRichEditPointerUpEventArgs object. For internal use only.

Declaration

constructor(
    htmlEvent: any,
    handled: any
)

Parameters

Name Type Description
htmlEvent any

A DHTML event object that relates to the processed event.

handled any

true if the event is handled and no default processing is required; otherwise false.

See Also