A Sandcastle Documented Class Library
IPluginHostOnChannelModeUserDeopped Event |
Delegate gets called when a user is de-op'ed in an IChannel
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event ChannelModeUserDeopped OnChannelModeUserDeopped
Event OnChannelModeUserDeopped As ChannelModeUserDeopped
event ChannelModeUserDeopped^ OnChannelModeUserDeopped { void add (ChannelModeUserDeopped^ value); void remove (ChannelModeUserDeopped^ value); }
abstract OnChannelModeUserDeopped : IEvent<ChannelModeUserDeopped, EventArgs>
Value
Type: AdiIRCAPIv2.DelegatesChannelModeUserDeoppedRemarks
Scripted Event Equivalent: on DEOP
See Also