Home
last modified time | relevance | path

Searched refs:TopicChangeEventHandler (Results 1 – 5 of 5) sorted by relevance

/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/IrcClient/
H A DDelegates.cs55 public delegate void TopicChangeEventHandler(object sender, TopicChangeEventArgs e); in TopicChangeEventHandler() method
H A DIrcClient.cs143 public event TopicChangeEventHandler OnTopicChange;
/dports/irc/smartirc4net/smartirc4net-1.1/src/IrcClient/
H A DDelegates.cs55 public delegate void TopicChangeEventHandler(object sender, TopicChangeEventArgs e); in TopicChangeEventHandler() method
H A DIrcClient.cs144 public event TopicChangeEventHandler OnTopicChange;
/dports/irc/smuxi/smuxi-1.1/src/Engine-IRC/Protocols/Irc/
H A DIrcProtocolManager.cs198 _IrcClient.OnTopicChange += new TopicChangeEventHandler(_OnTopicChange); in IrcProtocolManager()