C# Class IrcDotNet.IrcCommentEventArgs

Provides data for events that specify a name.
Inheritance: System.EventArgs
ファイルを表示 Open project: IrcDotNet/IrcDotNet Class Usage Examples

Public Methods

Method Description
IrcCommentEventArgs ( string comment ) : System.Net.Security

Initializes a new instance of the IrcCommentEventArgs class.

Method Details

IrcCommentEventArgs() public method

Initializes a new instance of the IrcCommentEventArgs class.
public IrcCommentEventArgs ( string comment ) : System.Net.Security
comment string The comment that the event specified.
return System.Net.Security