A Sandcastle Documented Class Library
IPluginHostOnChannelModeListQuiet Event |
Delegate gets called when a quiet-ban is set(typically mode +q) for an IChannel
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event ChannelModeListQuiet OnChannelModeListQuiet
Event OnChannelModeListQuiet As ChannelModeListQuiet
event ChannelModeListQuiet^ OnChannelModeListQuiet { void add (ChannelModeListQuiet^ value); void remove (ChannelModeListQuiet^ value); }
abstract OnChannelModeListQuiet : IEvent<ChannelModeListQuiet, EventArgs>
Value
Type: AdiIRCAPIv2.DelegatesChannelModeListQuietRemarks
This delegate gets called for each quiet-ban set in a received MODE event
See Also