WebView Events |
The WebView type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentLoaded |
Occurs when the document is fully loaded.
|
![]() | DocumentLoading |
Occurs when a document starts loading.
|
![]() | DocumentTitleChanged |
Occurs when the title of the page has change either through navigation or a script.
|
![]() | Navigated |
Occurs when the browser has loaded a new uri and has begun loading it.
|
![]() | OpenNewWindow |
Occurs when the page prompts to open a link in a new window
|