PluginsManager.PluginLoaded Event
Occurs when a plug-in assembly is loaded and all implementations of
IPlugin contained in it are instantiated.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static event EventHandler<PluginLoadedEventArgs> PluginLoaded
Public Shared Event PluginLoaded As EventHandler(Of PluginLoadedEventArgs)
public:
static event EventHandler<PluginLoadedEventArgs^>^ PluginLoaded {
void add (EventHandler<PluginLoadedEventArgs^>^ value);
void remove (EventHandler<PluginLoadedEventArgs^>^ value);
}
member PluginLoaded : IEvent<EventHandler<PluginLoadedEventArgs>,
PluginLoadedEventArgs>
Value
EventHandler<PluginLoadedEventArgs>