ViewEventType Enumeration |
The event types related to platform views.
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public enum ViewEventType
Members
| Member name | Value | Description |
---|
| Crashed | 0 | |
| Created | 1 | |
| Destroyed | 2 | |
| DidChangeThemeColor | 3 | |
| FileDownloadCompleted | 4 | |
| FileDownloadProgress | 5 | |
| FileDownloadStarted | 6 | |
| Hidden | 7 | |
| Hotkey | 8 | |
| NavigationRejected | 9 | |
| OptionsChanged | 10 | |
| PageFaviconUpdated | 11 | |
| PageTitleUpdated | 12 | |
| ResourceLoadFailed | 13 | |
| ResourceResponseReceived | 14 | |
| Shown | 15 | |
| TargetChanged | 16 | |
| ViewFocused | 17 | |
See Also