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