Thresher 1.2 Class Documentation | |
ChatSessionOpenedEventHandler Delegate
A DCC chat session has been opened with a remote user.
[Visual Basic]Public Delegate Sub ChatSessionOpenedEventHandler( _
ByVal
session As
DccChatSession _
)
[C#]public delegate void ChatSessionOpenedEventHandler(
DccChatSession session);
Parameters
- session
- Which session is the source of the event.
Requirements
Namespace: Sharkbite.Irc
Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)
See Also
Sharkbite.Irc Namespace