PluginsManager.AllPluginsLoaded Event

Occurs when the entire collection of plug-in assemblies is loaded by LoadAll(IAppEnv, LanguageInfo, PluginsStatusEventHandler, IEnumerable<IPluginInitialMeta>, List<PluginInfo>).

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static event EventHandler<AllPluginsLoadedEventArgs> AllPluginsLoaded

Value

EventHandler<AllPluginsLoadedEventArgs>

See Also