A Sandcastle Documented Class Library
IPluginHostOnServerErrorMessage Event |
Delegate gets called when your IUser receives a server-sent ERROR message
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event ServerErrorMessage OnServerErrorMessage
Event OnServerErrorMessage As ServerErrorMessage
event ServerErrorMessage^ OnServerErrorMessage { void add (ServerErrorMessage^ value); void remove (ServerErrorMessage^ value); }
abstract OnServerErrorMessage : IEvent<ServerErrorMessage, EventArgs>
Value
Type: AdiIRCAPIv2.DelegatesServerErrorMessageRemarks
Scripted Event Equivalent: on ERROR
See Also