Description
Occurs when the WebBrowser starts loading the content of a new page.
Syntax
ContentLoading (boolean isErrorPage)
Event ID
Arguments
Argument |
Description |
---|---|
IsErrorPage |
Whether the page that is currently loaded is an error page. TRUE indicates that an error page is currently loaded. FALSE indicates that a normal page is currently loaded. |
Return Values
None
See also