Click or drag to resize

UserMessage Delegate

Delegate gets called when you send a message to IChannel

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
public delegate void UserMessage(
	IServer Server,
	Object Window,
	string Message,
	out EatData Return
)

Parameters

Server
Type: AdiIRCAPIIServer
IServer
Window
Type: SystemObject
Object
Message
Type: SystemString
String
Return
Type: AdiIRCAPIEatData
EatData
See Also