A Sandcastle Documented Class Library
IPluginHostOnChannelModeListUnquiet Event |
Delegate gets called when a quiet-ban is unset(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 ChannelModeListUnquiet OnChannelModeListUnquiet
Event OnChannelModeListUnquiet As ChannelModeListUnquiet
event ChannelModeListUnquiet^ OnChannelModeListUnquiet { void add (ChannelModeListUnquiet^ value); void remove (ChannelModeListUnquiet^ value); }
abstract OnChannelModeListUnquiet : IEvent<ChannelModeListUnquiet, EventArgs>
Value
Type: AdiIRCAPIv2.DelegatesChannelModeListUnquietRemarks
This delegate gets called for each quiet-ban unset in a received MODE event
See Also