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