Skip to main content

ASPxClientSpreadsheetHyperlinkClickEventArgs Members

Provides data for the ASPxClientSpreadsheet.HyperlinkClick event.

Constructors

Name Description
constructor(htmlEvent, handled, hyperlinkType, targetUri) Initializes a new instance of the ASPxClientSpreadsheetHyperlinkClickEventArgs object. For internal use only.

Properties

Name Description
handled Gets or sets a value that specifies whether the event is handled, and the default processing is not required.
htmlEvent Gets a DHTML event object that relates to the processed event.
hyperlinkType Gets a value identifying the clicked hyperlink type.
targetUri Gets the clicked link’s URI.
See Also