| Window Events | 
The Window type exposes the following members.
 Events
Events| Name | Description | |
|---|---|---|
|  | AuthenticationRequested | 
            Occurs when the window has requested authentication credentials.
             | 
|  | Blurred | 
            Occurs when the window loses focus and is no longer active.
             | 
|  | Closed | 
            Occurs when the window has been closed.
             | 
|  | CloseRequested | 
            Occurs when a window is requesting to be closed.
             | 
|  | Connected | 
            Occurs when the window has connected to the OpenFin runtime.
             | 
|  | Crashed | 
            Occurs when the window has creashed.
             | 
|  | DOMContentLoaded | 
            Occurs when the window DOM content has loaded.
             | 
|  | Embedded | 
            Occurs when the window was embedded.
             | 
|  | ExternalProcessExited | 
            Occurs when the external prcess has exited.
             | 
|  | ExternalProcessStarted | 
            Occurs when the external prcess was started.
             | 
|  | Focused | 
            Occurs when the window is activated or received focus.
             | 
|  | FrameDisabled | 
            Occurs when the window frame is disabled.
             | 
|  | FrameEnabled | 
            Occurs when the window frame is enabled.
             | 
|  | Hidden | 
            Occurs when the window is hidden.
             | 
|  | Initialized | 
            Occurs when the window has been initialized.
             | 
|  | LoadFailed | 
            Occurs when the window has failed to load a requested resource.
             | 
|  | Maximized | 
            Occurs when the window is maximized.
             | 
|  | Minimized | 
            Occurs when the window is minimized.
             | 
|  | NavigationRejected | 
            Occurs when navigation was rejected.
             | 
|  | NotResponding | 
            Occurs when the window is not responding.
             | 
|  | OutOfMemory | 
            Occurs when the process ran out of memory.
             | 
|  | PlatformLayoutInitialized | 
             Occurs when the window and all of its layout's views have either finished or failed navigation.  
             | 
|  | PlatformLayoutReady | 
             Occurs when the window when the window and all of its layout's views have been created and can receive API calls.          
             | 
|  | PreloadScriptsEvaluated | 
            Occurs when the Runtime has attempted to evaluate all preload scripts for the window.
             | 
|  | PreloadScriptStateChanged | 
            Occurs when a preload script has changed state.
             | 
|  | Reloaded | 
            Occurs when the window has been reloaded.
             | 
|  | Responding | 
            Occurs when the window is responding following a not responding event.
             | 
|  | ResponseReceived | 
            Occurs when the window has received an HTTP resource response.
             | 
|  | Restored | 
            Occurs when the window is restored.
             | 
|  | Shown | 
            Occurs when the window is shown.
             | 
|  | ShowRequested | 
            Occurs when a window is requesting to be shown.
             | 
|  | ViewAttached | 
            Occurs when a window has a view attached to it.
             | 
 See Also
See Also