PlatformView Events |
The PlatformView type exposes the following members.
Name | Description | |
---|---|---|
DidChangeThemeColor |
Occurs when a view's theme color changes.
| |
ViewCrashed |
Occurs when a view crashes.
| |
ViewCreated |
Occurs when a view is created.
| |
ViewDestroyed |
Occurs when a view is destroyed.
| |
ViewFileDownloadCompleted |
Occurs when a view's downloading file completes
| |
ViewFileDownloadProgress |
Occurs when a view's downloading file progresses.
| |
ViewFileDownloadStarted |
Occurs when a view's file download starts.
| |
ViewFocused | ||
ViewHidden |
Occurs when a view is hidden
| |
ViewHotkeyTriggered |
Occurs when a view's hotkey is pressed.
| |
ViewNavigationRejected |
Occurs when view navigation is rejected as per contentNavigation whitelist/blacklist rules.
| |
ViewOptionsChanged |
Occurs when a view's options are updated.
| |
ViewPageFaviconUpdated |
Occurs when page receives favicon urls.
| |
ViewPageTitleUpdated |
Occurs when page title is set during navigation. explicitSet is false when title is synthesized from file url.
| |
ViewResourceLoadFailed |
Occurs when an HTTP load was cancelled or failed.
| |
ViewResourceResponseReceived |
Occurs when an HTTP resource request has received response details.
| |
ViewShown |
Occurs when a View is shown. This event will fire during creation of a View.
| |
ViewTargetChanged |
Occurs when a View changes its Window target. This event will fire during creation of a View. In that case, previousTarget identity will be the same as target identity.
|