IPluginHostOnUserInvite Event |
Delegate gets called when your IUser recives an IChannel invite
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax event UserInvite OnUserInvite
Event OnUserInvite As UserInvite
event UserInvite^ OnUserInvite {
void add (UserInvite^ value);
void remove (UserInvite^ value);
}
abstract OnUserInvite : IEvent<UserInvite,
EventArgs>
Value
Type:
AdiIRCAPIUserInviteSee Also