A Sandcastle Documented Class Library
IPluginHostOnPrivateCtcpReplyMessage Event |
Delegate gets called when your IUser receives a CTCP Reply message
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event PrivateCtcpReplyMessage OnPrivateCtcpReplyMessage
Event OnPrivateCtcpReplyMessage As PrivateCtcpReplyMessage
event PrivateCtcpReplyMessage^ OnPrivateCtcpReplyMessage { void add (PrivateCtcpReplyMessage^ value); void remove (PrivateCtcpReplyMessage^ value); }
abstract OnPrivateCtcpReplyMessage : IEvent<PrivateCtcpReplyMessage, EventArgs>
Value
Type: AdiIRCAPIv2.DelegatesPrivateCtcpReplyMessageRemarks
Scripted Event Equivalent: on CTCPREPLY
See Also