IPluginHost.OnQuit Event

AdiIRC API v2

IPluginHostOnQuit Event

Delegate gets called when a IUser quits the IServer

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

Value

Type: AdiIRCAPIv2.DelegatesQuit
Remarks
Scripted Event Equivalent: on QUIT
See Also