C# Class IrcShark.Chatting.Irc.NoticeReceivedEventArgs

The NoticeReceivedEventArgs belongs to the IrcClient.NoticeReceivedEventHandler and the IrcClient.NoticeReceived event.
Inheritance: IrcEventArgs
Mostrar archivo Open project: hapm/IrcShark Class Usage Examples

Public Methods

Method Description
NoticeReceivedEventArgs ( IrcLine line ) : System

Initializes a new instance of the NoticeReceivedEventArgs class.

Method Details

NoticeReceivedEventArgs() public method

Initializes a new instance of the NoticeReceivedEventArgs class.
public NoticeReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line creating the notice event.
return System