Quit Delegate

AdiIRC API v2

Quit Delegate

Delegate gets called when a IUser quits the IServer

Namespace:  AdiIRCAPIv2.Delegates
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public delegate void Quit(
	QuitArgs argument
)
Public Delegate Sub Quit ( 
	argument As QuitArgs
)
public delegate void Quit(
	QuitArgs^ argument
)
type Quit = 
    delegate of 
        argument : QuitArgs -> unit

Parameters

argument
Type: AdiIRCAPIv2.Arguments.ContextlessQuitArgs
QuitArgs
Remarks
Scripted Event Equivalent: on QUIT
See Also