Delegate gets called when a IUser is kicked from IChannel
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax event Kick^ OnKick {
void add (Kick^ value);
void remove (Kick^ value);
}
abstract OnKick : IEvent<Kick,
EventArgs>
Value
Type:
AdiIRCAPIKickSee Also