| Member name | Value | Description |
---|
| Created | 0 |
The window was created.
|
| Initialized | 1 |
The window was created and has been initialized.
|
| Connected | 2 |
The window has connected to the OpenFin runtime.
|
| ShowRequested | 3 |
The window is requesting to be shown.
|
| Shown | 4 |
The window was shown.
|
| CloseRequested | 5 |
The window is requesting to be closed.
|
| Closed | 6 |
The window was closed.
|
| Hidden | 7 |
The window was hidden.
|
| Maximized | 8 |
The window was maximized.
|
| Minimized | 9 |
The window was minimized.
|
| Restored | 10 |
The window was restored.
|
| Focused | 11 |
The window was activated.
|
| Blurred | 12 |
The window was deactivated.
|
| BoundsChanged | 13 |
Generated after changes in a window's size and/or position.
|
| BoundsChanging | 14 |
Generated during changes to a window's size and/or position.
|
| DomContentLoaded | 15 |
The window DOM content has loaded.
|
| FrameEnabled | 16 |
The window frame was enabled.
|
| FrameDisabled | 17 |
The window frame was disabled.
|
| AuthenticationRequested | 18 |
The window is requesting authentication credentials.
|
| BeginUserBoundsChanging | 19 |
Generated at the beginning of a user-driven change to a window's size or position.
|
| EndUserBoundsChanging | 20 |
Generated at the end of a user-driven change to a window's size or position.
|
| NotResponding | 21 |
The window is not responding.
|
| Responding | 22 |
The window has started responding after not responding.
|
| WindowCreated | 23 |
A window was created.
|
| WindowClosed | 24 |
A window was closed.
|
| WindowAlertRequested | 25 |
A window requested to show an alert box.
|
| WindowNavigationRejected | 26 |
A window attempted to navigate to a blacklisted URL.
|
| WindowShowRequested | 27 |
A window requested to be shown
|
| WindowAuthenticationRequested | 28 |
A window is requesting authentication credentials.
|
| WindowNotResponding | 29 |
A window is not responding.
|
| WindowResponding | 30 |
A window has started responding after not responding.
|
| ResourceResponseReceived | 31 |
Resources for web content received
|
| ResourceLoadFailed | 32 |
Resources for web content failed to load.
|
| Crashed | 33 |
A window has crashed.
|
| Embedded | 34 |
A window was embedded.
|
| ExternalProcessStarted | 35 |
An external process waas started.
|
| ExternalProcessExited | 36 |
An external process has exited.
|
| NavigationRejected | 37 |
Navigation was rejected.
|
| OutOfMemory | 38 |
Application ran out of memory.
|
| PreloadScriptsEvaluated | 39 |
Preload script status has changed.
|
| PreloadScriptStateChanged | 40 |
Preload script status is changing.
|
| Reloaded | 41 |
A Windows was reloaded.
|
| FrameConnected | 42 |
When the fin API is injected into the frame the event bubbles up to the window
|
| WindowCrashed | 43 |
A windows has crashed.
|
| WindowEndLoaded | 44 |
A windows content was loaded.
|
| WindowOutOfMemory | 45 |
A process ran out of memory.
|
| WindowReloaded | 46 |
A windows content was reloaded.
|
| WindowStartLoad | 47 |
A windows contet has started loading.
|
| WindowBlurred | 48 |
Generated when a window of the application loses focus.
|
| WindowBoundsChanged | 49 |
Generated after changes in a window's size and/or position.
|
| WindowBoundsChanging | 50 |
Generated during changes to a window's size and/or position.
|
| WindowClosing | 51 |
Generated when a child window has initiated the closing routine.
|
| WindowDisabledFrameBoundsChanged | 52 |
Generated when the frame is disabled after all prevent user changes in window's size and/or position have completed.
|
| WindowDisabledFrameBoundsChanging | 53 |
Generated when the frame is disabled during prevented user changes to a window's size and/or position.
|
| WindowEmbedded | 54 |
Generated when a window has been embedded.
|
| WindowExternalProcessExited | 55 |
Generated when an external process has exited.
|
| WindowExternalProcessStarted | 56 |
Generated when an external process has started.
|
| WindowFileDownloadCompleted | 57 |
Generated when a file download has completed.
|
| WindowFileDownloadProgress | 58 |
Generated during file download progress.
|
| WindowFileDownloadStarted | 59 |
Generated when a file download has started.
|
| WindowFocused | 60 |
Generated when a window of the application gains focus.
|
| WindowFrameDisabled | 61 |
Generated when a window's frame becomes disabled.
|
| WindowFrameEnabled | 62 |
Generated when a window's frame becomes enabled.
|
| WindowGroupChanged | 63 |
Generated when a window joins/leaves a group and/or when the group a window is a member of changes.
|
| WindowHidden | 64 |
Generated when a window has been hidden.
|
| WindowInitialized | 65 |
Generated when a window is initialized.
|
| WindowMaximized | 66 |
Generated when a window is maximized.
|
| WindowMinimized | 67 |
Generated when a window is minimized.
|
| WindowRestored | 68 |
Generated when a window is displayed after having been minimized or when a window leaves the maximize state without minimizing.
|
| WindowShown | 69 |
Generated when a hidden window has been shown.
|
| WindowPreloadScriptsStateChanged | 70 |
Generated after the execution of all of a window's preload scripts.
Contains information about all window's preload scripts' final states.
|
| WindowPreloadScriptsStateChanging | 71 |
Generated during the execution of a window's preload script.
Contains information about a single window's preload script's state, for which the event has been raised.
|
| PlatformViewAttached | 72 |
Generated when a window has a view attached to it.
|
| PlatformViewDetached | 73 |
Generated when a window has a view detached from it. Will fire when a view is destroyed in which cast target will be null
|
| LayoutInitialized | 74 |
Generated when a window and all of its layout's views have either finished or failed navigation
|
| LayoutReady | 75 |
Generated when the window and all of its layout's views have been created and can receive API calls
|