IPluginHost.OnChannelKick Event

AdiIRC API v2

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.DelegatesChannelKick
Remarks
Scripted Event Equivalent: on KICK
See Also