C# Class IrcDotNet.IrcChannelEventArgs

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

Méthodes publiques

Méthode Description
IrcChannelEventArgs ( IrcChannel channel, string comment = null ) : System.Net.Security

Initializes a new instance of the IrcChannelEventArgs class.

Method Details

IrcChannelEventArgs() public méthode

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