Click or drag to resize

WebView Events

The WebView type exposes the following members.

Events
  NameDescription
Public eventDocumentLoaded
Occurs when the document is fully loaded.
Public eventDocumentLoading
Occurs when a document starts loading.
Public eventDocumentTitleChanged
Occurs when the title of the page has change either through navigation or a script.
Public eventNavigated
Occurs when the browser has loaded a new uri and has begun loading it.
Public eventOpenNewWindow
Occurs when the page prompts to open a link in a new window
Top
See Also