C# Class IrcDotNet.IrcChannelUserEventArgs

Provides data for events that concern an IrcChannelUser.
Inheritance: IrcCommentEventArgs
Show file Open project: IrcDotNet/IrcDotNet Class Usage Examples

Public Methods

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

Initializes a new instance of the IrcChannelUserEventArgs class.

Method Details

IrcChannelUserEventArgs() public method

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
return System.Net.Security