C# Class IrcShark.Chatting.Irc.IrcEventArgs

This cöass represents the EventArgs for irc protocol event.
Inheritance: System.EventArgs, IIrcObject
显示文件 Open project: hapm/IrcShark

Public Methods

Method Description
IrcEventArgs ( IrcClient client ) : System

Initializes a new instance of the IrcEventArgs class.

IrcEventArgs ( IrcLine line ) : System

Initializes a new instance of the IrcEventArgs class.

Method Details

IrcEventArgs() public method

Initializes a new instance of the IrcEventArgs class.
public IrcEventArgs ( IrcClient client ) : System
client IrcClient The client instance, the EventArgs belongs to.
return System

IrcEventArgs() public method

Initializes a new instance of the IrcEventArgs class.
public IrcEventArgs ( IrcLine line ) : System
line IrcLine The line, the EventArgs where created from.
return System