Click or drag to resize

Topic Delegate

Delegate gets called when a IUser changes topic in IChannel

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

Parameters

Server
Type: AdiIRCAPIIServer
IServer
Channel
Type: AdiIRCAPIIChannel
IChannel
User
Type: AdiIRCAPIIUser
IUser
NewTopic
Type: SystemString
String
Return
Type: AdiIRCAPIEatData
EatData
See Also