IPluginHost.OnEngineScriptLoad Event

AdiIRC API v2

IPluginHostOnEngineScriptLoad Event

Delegate gets called when a script is (re)loaded from the Plugins Scripts Editor or from the /load and /reload command

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

Value

Type: AdiIRCAPIv2.DelegatesEngineScriptLoad
See Also