IPluginHostOnInvite Event |
Delegate gets called when a user on IChannel revices an invite
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax event Invite^ OnInvite {
void add (Invite^ value);
void remove (Invite^ value);
}
abstract OnInvite : IEvent<Invite,
EventArgs>
Value
Type:
AdiIRCAPIInviteSee Also