Thresher 1.2 Class Documentation | |
ChatSessionClosedEventHandler Delegate
A DCC chat session has been closed.
[Visual Basic]Public Delegate Sub ChatSessionClosedEventHandler( _
ByVal
session As
DccChatSession _
)
[C#]public delegate void ChatSessionClosedEventHandler(
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