Thresher 1.2 Class Documentation

PrivateActionEventHandler Delegate

A private action message was sent to the user.

[Visual Basic]
Public Delegate Sub PrivateActionEventHandler( _
   ByVal user As UserInfo, _
   ByVal description As String _
)
[C#]
public delegate void PrivateActionEventHandler(
   UserInfo user,
   string description
);

Parameters

user
The user who expresses the action.
description
An action.

Requirements

Namespace: Sharkbite.Irc

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

See Also

Sharkbite.Irc Namespace | OnPrivateAction