Click or drag to resize

IBrowser Events

The IBrowser type exposes the following members.

Events
  NameDescription
Public eventBrowserBecameResponsive
Occurs when the browser instance has become responsive.
Public eventBrowserBecameUnresponsive
Occurs when the browser instance has become unresponsive.
Public eventConsoleMessageReceived
Occurs when the message was added to the console.
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Public eventFaviconChanged
Occurs when the web page favicon has changed.
Public eventFocusGained
Occurs when the browser instance has gained the focus.
Public eventFocusLost
Occurs when the browser instance has lost the focus.
Public eventFocusRequested
Occurs when JavaScript sends a request to focus the Browser instance by calling the window.focus() method.
Public eventFrameCreated
Occurs when the IFrame has been created.
Public eventFrameDeleted
Occurs when the IFrame has been deleted.
Public eventMediaStreamCaptureStarted
Occurs when the web page has started capturing an audio or video stream.
Public eventMediaStreamCaptureStopped
Occurs when the web page has stopped capturing an audio or video stream.
Public eventPrintPreviewClosed
Occurs when print preview dialog is closed.
Public eventPrintPreviewOpened
Occurs when print preview dialog is opened.
Public eventRenderProcessTerminated
Occurs when a render process has been terminated.
Public eventSpellCheckCompleted
Occurs when spell checking on the frame has been completed.
Public eventStatusChanged
Occurs when the status text has been changed.
Public eventTitleChanged
Occurs when the web page title has been changed.
Public eventUpdateBoundsRequested
Occurs when JavaScript requests to update bounds of the Browser instance.
Top
See Also