IPluginHostOnChannelNotice Event |
Delegate gets called when a IChannel recives a notice
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax event ChannelNotice OnChannelNotice
Event OnChannelNotice As ChannelNotice
event ChannelNotice^ OnChannelNotice {
void add (ChannelNotice^ value);
void remove (ChannelNotice^ value);
}
abstract OnChannelNotice : IEvent<ChannelNotice,
EventArgs>
Value
Type:
AdiIRCAPIChannelNoticeSee Also