ASPxClientRichEditHyperlinkClickEventArgs Members
Provides data for the ASPxClientRichEdit.HyperlinkClick event.Constructors
| Name | Description |
|---|---|
| constructor(htmlEvent, handled, targetUri, hyperlinkType) | Initializes a new instance of the ASPxClientRichEditHyperlinkClickEventArgs object. For internal use only. |
Properties
| 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