Thresher 1.2 Class Documentation

InviteSentEventHandler Delegate

An Invite message was successfully sent to another user.

[Visual Basic]
Public Delegate Sub InviteSentEventHandler( _
   ByVal nick As String, _
   ByVal channel As String _
)
[C#]
public delegate void InviteSentEventHandler(
   string nick,
   string channel
);

Parameters

nick
The nick of the user who was invited
channel
The name of the channel the user was invited to join

Requirements

Namespace: Sharkbite.Irc

Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)

See Also

Sharkbite.Irc Namespace | OnInviteSent