Click or drag to resize

DesktopSystemWindowPreloadScriptsStateChanged 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: 17.4.0
Syntax
C#
public event EventHandler<PreloadScriptStateChangedEventArgs> WindowPreloadScriptsStateChanged

Value

Type: SystemEventHandlerPreloadScriptStateChangedEventArgs
See Also