C# Class IrcShark.Chatting.Irc.Listener.InfoBeginEventArgs

The InfoBeginEventArgs class is the EventArgs class for the InfoListener.InfoBegin event.
Inheritance: IrcEventArgs
显示文件 Open project: hapm/IrcShark

Public Methods

Method Description
InfoBeginEventArgs ( IrcLine line ) : System

Initializes a new instance of the InfoBeginEventArgs class.

Method Details

InfoBeginEventArgs() public method

Initializes a new instance of the InfoBeginEventArgs class.
public InfoBeginEventArgs ( IrcLine line ) : System
line IrcLine The line, what raised the event.
return System