IPluginHostOnUserJoin Event |
Delegate gets called when your IUser joines a IChannel
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax event UserJoin OnUserJoin
Event OnUserJoin As UserJoin
event UserJoin^ OnUserJoin {
void add (UserJoin^ value);
void remove (UserJoin^ value);
}
abstract OnUserJoin : IEvent<UserJoin,
EventArgs>
Value
Type:
AdiIRCAPIUserJoinSee Also