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
)
Public Delegate Sub Quit (
Server As IServer,
User As IUser,
Data As String,
<OutAttribute> ByRef Return As EatData
)
public delegate void Quit(
IServer^ Server,
IUser^ User,
String^ Data,
[OutAttribute] EatData% Return
)
type Quit =
delegate of
Server : IServer *
User : IUser *
Data : string *
Return : EatData byref -> unit
Parameters
- Server
- Type: AdiIRCAPIIServer
IServer - User
- Type: AdiIRCAPIIUser
IUser - Data
- Type: SystemString
String - Return
- Type: AdiIRCAPIEatData
Return
See Also