ChannelTopic Delegate

AdiIRC API v2

ChannelTopic Delegate

Delegate gets called when a IChannelUser changes the channel's topic

Namespace:  AdiIRCAPIv2.Delegates
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public delegate void ChannelTopic(
	ChannelTopicArgs argument
)
Public Delegate Sub ChannelTopic ( 
	argument As ChannelTopicArgs
)
public delegate void ChannelTopic(
	ChannelTopicArgs^ argument
)
type ChannelTopic = 
    delegate of 
        argument : ChannelTopicArgs -> unit

Parameters

argument
Type: AdiIRCAPIv2.Arguments.ChannelChannelTopicArgs
ChannelTopicArgs
Remarks
Scripted Event Equivalent: on TOPIC
See Also