IPluginHostOnUserKick Event |
Delegate gets called when your IUser is kicked from IChannel
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax event UserKick OnUserKick
Event OnUserKick As UserKick
event UserKick^ OnUserKick {
void add (UserKick^ value);
void remove (UserKick^ value);
}
abstract OnUserKick : IEvent<UserKick,
EventArgs>
Value
Type:
AdiIRCAPIUserKickSee Also