ASPxClientSpreadsheet.HyperlinkClick Event
Occurs on the client side after a hyperlink is clicked within the Spreadsheet’s document.
#Declaration
HyperlinkClick: ASPxClientEvent<ASPxClientSpreadsheetHyperlinkClickEventHandler<ASPxClientSpreadsheet>>
#Event Data
The HyperlinkClick event's data class is ASPxClientSpreadsheetHyperlinkClickEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
handled | Gets or sets a value that specifies whether the event is handled, and the default processing is not required. |
html |
Gets a DHTML event object that relates to the processed event. |
hyperlink |
Gets a value identifying the clicked hyperlink type. |
target |
Gets the clicked link’s URI. |