Delegate gets called when a IUser parts a IChannel
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax event Part^ OnPart {
void add (Part^ value);
void remove (Part^ value);
}
abstract OnPart : IEvent<Part,
EventArgs>
Value
Type:
AdiIRCAPIPartSee Also