Click or drag to resize

Quit Delegate

Delegate gets called when a IUser quits the IServer

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
public delegate void Quit(
	IServer Server,
	IUser User,
	string Data,
	out EatData Return
)

Parameters

Server
Type: AdiIRCAPIIServer
IServer
User
Type: AdiIRCAPIIUser
IUser
Data
Type: SystemString
String
Return
Type: AdiIRCAPIEatData
Return
See Also