Click or drag to resize

Window Events

The Window type exposes the following members.

Events
  NameDescription
Public eventAuthenticationRequested
Occurs when the window has requested authentication credentials.
Public eventBlurred
Occurs when the window loses focus and is no longer active.
Public eventClosed
Occurs when the window has been closed.
Public eventCloseRequested
Occurs when a window is requesting to be closed.
Public eventConnected
Occurs when the window has connected to the OpenFin runtime.
Public eventCrashed
Occurs when the window has creashed.
Public eventDOMContentLoaded
Occurs when the window DOM content has loaded.
Public eventEmbedded
Occurs when the window was embedded.
Public eventExternalProcessExited
Occurs when the external prcess has exited.
Public eventExternalProcessStarted
Occurs when the external prcess was started.
Public eventFocused
Occurs when the window is activated or received focus.
Public eventFrameDisabled
Occurs when the window frame is disabled.
Public eventFrameEnabled
Occurs when the window frame is enabled.
Public eventHidden
Occurs when the window is hidden.
Public eventInitialized
Occurs when the window has been initialized.
Public eventLoadFailed
Occurs when the window has failed to load a requested resource.
Public eventMaximized
Occurs when the window is maximized.
Public eventMinimized
Occurs when the window is minimized.
Public eventNavigationRejected
Occurs when navigation was rejected.
Public eventNotResponding
Occurs when the window is not responding.
Public eventOutOfMemory
Occurs when the process ran out of memory.
Public eventPlatformLayoutInitialized
Occurs when the window and all of its layout's views have either finished or failed navigation.
Public eventPlatformLayoutReady
Occurs when the window when the window and all of its layout's views have been created and can receive API calls.
Public eventPreloadScriptsEvaluated
Occurs when the Runtime has attempted to evaluate all preload scripts for the window.
Public eventPreloadScriptStateChanged
Occurs when a preload script has changed state.
Public eventReloaded
Occurs when the window has been reloaded.
Public eventResponding
Occurs when the window is responding following a not responding event.
Public eventResponseReceived
Occurs when the window has received an HTTP resource response.
Public eventRestored
Occurs when the window is restored.
Public eventShown
Occurs when the window is shown.
Public eventShowRequested
Occurs when a window is requesting to be shown.
Public eventViewAttached
Occurs when a window has a view attached to it.
Top
See Also