Delegate gets called when user sends data to the IServer
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax public delegate void SendData(
IServer Server,
string Data,
out EatData Return
)
Public Delegate Sub SendData (
Server As IServer,
Data As String,
<OutAttribute> ByRef Return As EatData
)
public delegate void SendData(
IServer^ Server,
String^ Data,
[OutAttribute] EatData% Return
)
type SendData =
delegate of
Server : IServer *
Data : string *
Return : EatData byref -> unit
Parameters
- Server
- Type: AdiIRCAPIIServer
IServer - Data
- Type: SystemString
String - Return
- Type: AdiIRCAPIEatData
EatData
See Also