C# Class Yaircc.Net.IRC.DataReceivedEventArgs

Represents the event data when data is received via an IRC connection.
Inheritance: System.EventArgs
ファイルを表示 Open project: rastating/yaircc Class Usage Examples

Public Methods

Method Description
DataReceivedEventArgs ( string data ) : System

Initialises a new instance of the DataReceivedEventArgs class.

Method Details

DataReceivedEventArgs() public method

Initialises a new instance of the DataReceivedEventArgs class.
public DataReceivedEventArgs ( string data ) : System
data string The received data.
return System