Class PluginLoadedEventArgs
EventArgs for the PluginLoaded event.
public class PluginLoadedEventArgs : EventArgs
- Inheritance
-
PluginLoadedEventArgs
- Inherited Members
Constructors
PluginLoadedEventArgs(Plugin)
Initializes a new instance of the PluginLoadedEventArgs class.
public PluginLoadedEventArgs(Plugin plugin)
Parameters
pluginPluginThe plugin.
Properties
LoadedPlugin
Gets plugin which was loaded.
public Plugin LoadedPlugin { get; }
Property Value
- Plugin
The loaded plugin.