Skip to main content

constructor(htmlEvent, handled, hyperlinkType, targetUri) Constructor

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

Declaration

constructor(
    htmlEvent: any,
    handled: boolean,
    hyperlinkType: ASPxClientOfficeDocumentLinkType,
    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.

hyperlinkType ASPxClientOfficeDocumentLinkType

One of the ASPxClientOfficeDocumentLinkType values.

targetUri string

A sting value specifying the link’s URI.

See Also