ChannelTopicChangeEventArgs Constructor NetIRC2 IRC Client Library for .NET
Creates a new instance of ChannelTopicChangeEventArgs.

Namespace: NetIrc2.Events
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public ChannelTopicChangeEventArgs(
	IrcString channel,
	IrcString newTopic
)
See Also