Back to Devexpress

ASPxClientRichEdit.HyperlinkClick Event

aspnet-js-aspxclientrichedit-3e024bf4.md

latest1.4 KB
Original Source

ASPxClientRichEdit.HyperlinkClick Event

Occurs when a hyperlink is activated within the document.

Declaration

ts
HyperlinkClick: ASPxClientEvent<ASPxClientRichEditHyperlinkClickEventHandler>

Event Data

The HyperlinkClick event's data class is ASPxClientRichEditHyperlinkClickEventArgs. The following properties provide information specific to this event:

PropertyDescription
handledGets or sets whether the event is handled manually, so no default processing is required.
htmlEventGets a DHTML event object that relates to the processed event.
hyperlinkTypeGets a value identifying the clicked hyperlink type.
targetUriGets the clicked link’s URI.

Remarks

A hyperlink is activated when an end-user clicks it while holding the CTRL key down.

Refer to the following section for more information about client-side events: Client API.

See Also

ASPxClientRichEdit Class

ASPxClientRichEdit Members