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.
|
![]() | MediaStreamCaptureStarted |
Occurs when the web page has started capturing an audio or video stream.
|
![]() | MediaStreamCaptureStopped |
Occurs when the web page has stopped capturing an audio or video stream.
|
![]() | 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.
|