A Sandcastle Documented Class Library
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.DelegatesQuitRemarks
Scripted Event Equivalent: on QUIT
See Also