IPluginHost.OnChannelTopic Event

AdiIRC API v2

IPluginHostOnChannelTopic Event

Delegate gets called when a IChannelUser changes topic in IChannel

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event ChannelTopic OnChannelTopic
Event OnChannelTopic As ChannelTopic
 event ChannelTopic^ OnChannelTopic {
	void add (ChannelTopic^ value);
	void remove (ChannelTopic^ value);
}
abstract OnChannelTopic : IEvent<ChannelTopic,
    EventArgs>

Value

Type: AdiIRCAPIv2.DelegatesChannelTopic
Remarks
Scripted Event Equivalent: on TOPIC
See Also