IPluginHost.OnEngineScriptUnload Event

AdiIRC API v2

IPluginHostOnEngineScriptUnload Event

Delegate gets called when a script is unloaded from the Plugins Scripts Editor or from the /unload command

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event EngineScriptUnload OnEngineScriptUnload
Event OnEngineScriptUnload As EngineScriptUnload
 event EngineScriptUnload^ OnEngineScriptUnload {
	void add (EngineScriptUnload^ value);
	void remove (EngineScriptUnload^ value);
}
abstract OnEngineScriptUnload : IEvent<EngineScriptUnload,
    EventArgs>

Value

Type: AdiIRCAPIv2.DelegatesEngineScriptUnload
See Also