C# Class IrcDotNet.IrcNameEventArgs

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

Public Methods

Method Description
IrcNameEventArgs ( string name ) : System.Net.Security

Initializes a new instance of the IrcNameEventArgs class.

Method Details

IrcNameEventArgs() public method

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