C# Class IrcDotNet.IrcChannelEventArgs

Provides data for events that concern an IrcChannel.
Inheritance: IrcCommentEventArgs
ファイルを表示 Open project: IrcDotNet/IrcDotNet Class Usage Examples

Public Methods

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

Initializes a new instance of the IrcChannelEventArgs class.

Method Details

IrcChannelEventArgs() public method

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