IBrowser Events |
The IBrowser type exposes the following members.
| Name | Description | |
|---|---|---|
| BrowserBecameResponsive |
Occurs when the browser instance has become responsive.
| |
| BrowserBecameUnresponsive |
Occurs when the browser instance has become unresponsive.
| |
| ConsoleMessageReceived |
Occurs when the message was added to the console.
| |
| Disposed |
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.) | |
| FaviconChanged |
Occurs when the web page favicon has changed.
| |
| FocusGained |
Occurs when the browser instance has gained the focus.
| |
| FocusLost |
Occurs when the browser instance has lost the focus.
| |
| FocusRequested |
Occurs when JavaScript sends a request to focus the Browser instance by calling the
window.focus() method.
| |
| FrameCreated |
Occurs when the IFrame has been created.
| |
| FrameDeleted |
Occurs when the IFrame has been deleted.
| |
| FullScreenEntered |
Occurs when the browser instance has been toggled into full-screen mode.
| |
| FullScreenExited |
Occurs when the browser instance has been toggled out of full-screen mode.
| |
| PrintPreviewClosed |
Occurs when print preview dialog is closed.
| |
| PrintPreviewOpened |
Occurs when print preview dialog is opened.
| |
| RenderProcessTerminated |
Occurs when a render process has been terminated.
| |
| SpellCheckCompleted |
Occurs when spell checking on the frame has been completed.
| |
| StatusChanged |
Occurs when the status text has been changed.
| |
| TitleChanged |
Occurs when the web page title has been changed.
| |
| UpdateBoundsRequested |
Occurs when JavaScript requests to update bounds of the Browser instance.
|