Thresher 1.2 Class Documentation

Connection.OnRawMessageSent Event

Receive all the raw messages sent to the IRC from this connection

[Visual Basic]
Public Event OnRawMessageSent As RawMessageSentEventHandler
[C#]
public event RawMessageSentEventHandler OnRawMessageSent;

See Also

Connection Class | Sharkbite.Irc Namespace