IPluginHost.OnApplicationStarted Event

AdiIRC API v2

IPluginHostOnApplicationStarted Event

Delegate gets called after all plugins and scripts have been initialized

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

Value

Type: AdiIRCAPIv2.DelegatesApplicationStarted
Remarks
Scripted Event Equivalent: on START
See Also