Click or drag to resize

PreloadScriptsEvaluatedEventArgsPreloadScripts Property

Gets the collection all preload scripts and their final state when the window was loaded.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public List<PreloadScript> PreloadScripts { get; }

Property Value

Type: ListPreloadScript
See Also