Click or drag to resize

ApplicationWindowPreloadScriptsStateChanged Event

Occurs after the execution of all of a window's preload scripts. Contains information about all window's preload scripts' final states.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 14.1.0-alpha3
Syntax
C#
public event EventHandler<PreloadScriptStateChangedEventArgs> WindowPreloadScriptsStateChanged

Value

Type: SystemEventHandlerPreloadScriptStateChangedEventArgs
See Also