Skip to main content
All docs
V18.2

constructor(htmlEvent, handled, isExternal, targetUri) Constructor

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

Declaration

constructor(
    htmlEvent: any,
    handled: boolean,
    isExternal: boolean,
    targetUri: string
)

Parameters

Name Type Description
htmlEvent any

A DHTML event object that relates to the processed event.

handled boolean

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

isExternal boolean
targetUri string

One of the ASPxClientOfficeDocumentLinkType values.

See Also