Click or drag to resize

ApplicationWindowPreloadScriptsStateChanging Event

Occurs 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.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public event EventHandler<PreloadScriptStateChangedEventArgs> WindowPreloadScriptsStateChanging

Value

Type: SystemEventHandlerPreloadScriptStateChangedEventArgs
See Also