Creates a new instance of ChannelListEntryEventArgs.
Namespace: NetIrc2.EventsAssembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- channel
- Type: NetIrc2 IrcString
The channel name.
- userCount
- Type: System Int32
The number of users in the channel.
- topic
- Type: NetIrc2 IrcString
The channel topic.
See Also