Thresher 1.2 Class Documentation

DccChatSession.OnChatSessionOpened Event

A chat session has been opened. This is called when a session has been opened regardless of who initiated the session.

[Visual Basic]
Public Event OnChatSessionOpened As ChatSessionOpenedEventHandler
[C#]
public event ChatSessionOpenedEventHandler OnChatSessionOpened;

See Also

DccChatSession Class | Sharkbite.Irc Namespace