HtmlContainerInt 事件 |
HtmlContainerInt 类型公开以下成员。
名称 | 说明 | |
---|---|---|
ImageLoad |
Raised when an image is about to be loaded by file path or URI. This event allows to provide the image manually, if not handled the image will be loaded from file or download from URI. | |
LinkClicked |
Raised when the user clicks on a link in the html. Allows canceling the execution of the link. | |
LoadComplete |
Raised when the set html document has been fully loaded. Allows manipulation of the html dom, scroll position, etc. | |
Refresh |
Raised when html renderer requires refresh of the control hosting (invalidation and re-layout).
| |
RenderError |
Raised when an error occurred during html rendering. | |
ScrollChange |
Raised when Html Renderer request scroll to specific location. This can occur on document anchor click. | |
StylesheetLoad |
Raised when a stylesheet is about to be loaded by file path or URI by link element. This event allows to provide the stylesheet manually or provide new source (file or Uri) to load from. If no alternative data is provided the original source will be used. |