ASPxClientRichEditHyperlinkClickEventArgs Properties
Provides data for the ASPxClientRichEdit.HyperlinkClick event.| Name | Description |
|---|---|
| handled | Gets or sets whether the event is handled manually, so no default processing is 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