constructor(htmlEvent, handled, targetUri, hyperlinkType) Constructor
Initializes a new instance of the ASPxClientRichEditHyperlinkClickEventArgs object. For internal use only.
Declaration
constructor(
htmlEvent: any,
handled: boolean,
targetUri: string,
hyperlinkType: ASPxClientOfficeDocumentLinkType
)
Parameters
| Name | Type | Description |
|---|---|---|
| htmlEvent | any | A DHTML event object that relates to the processed event. |
| handled | boolean |
|
| targetUri | string | The target URI. |
| hyperlinkType | ASPxClientOfficeDocumentLinkType | The document link type. |
See Also