C# Class IrcDotNet.IrcChannelUserEventArgs

Provides data for events that concern an IrcChannelUser.
Inheritance: IrcCommentEventArgs
Afficher le fichier Open project: IrcDotNet/IrcDotNet Class Usage Examples

Méthodes publiques

Méthode Description
IrcChannelUserEventArgs ( IrcChannelUser channelUser, string comment = null ) : System.Net.Security

Initializes a new instance of the IrcChannelUserEventArgs class.

Method Details

IrcChannelUserEventArgs() public méthode

Initializes a new instance of the IrcChannelUserEventArgs class.
public IrcChannelUserEventArgs ( IrcChannelUser channelUser, string comment = null ) : System.Net.Security
channelUser IrcChannelUser The channel user that the event concerns.
comment string
Résultat System.Net.Security