A Sandcastle Documented Class Library
IPluginHostOnChannelKick Event |
Delegate gets called when a IChannelUser is kicked from IChannel
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event ChannelKick OnChannelKick
Event OnChannelKick As ChannelKick
event ChannelKick^ OnChannelKick { void add (ChannelKick^ value); void remove (ChannelKick^ value); }
abstract OnChannelKick : IEvent<ChannelKick, EventArgs>
Value
Type: AdiIRCAPIv2.DelegatesChannelKickRemarks
Scripted Event Equivalent: on KICK
See Also