Thresher 1.2 Class Documentation

TopicRequestEventHandler Delegate

The response to a RequestTopic command.

[Visual Basic]
Public Delegate Sub TopicRequestEventHandler( _
   ByVal channel As String, _
   ByVal topic As String _
)
[C#]
public delegate void TopicRequestEventHandler(
   string channel,
   string topic
);

Parameters

channel
The channel who topic was requested.
topic
The topic.

Requirements

Namespace: Sharkbite.Irc

Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)

See Also

Sharkbite.Irc Namespace | OnTopicRequest