C# Class IrcShark.Chatting.StatusChangedEventArgs

The StatusChangedEventArgs are used by the StatusChangedEventHandler.
Exibir arquivo Open project: hapm/IrcShark Class Usage Examples

Public Methods

Method Description
StatusChangedEventArgs ( ConnectionStatus newStatus ) : System

Initializes a new instance of the StatusChangedEventArgs class.

StatusChangedEventArgs ( ConnectionStatus oldStatus, ConnectionStatus newStatus ) : System

Initializes a new instance of the StatusChangedEventArgs class.

Method Details

StatusChangedEventArgs() public method

Initializes a new instance of the StatusChangedEventArgs class.
public StatusChangedEventArgs ( ConnectionStatus newStatus ) : System
newStatus ConnectionStatus The new status of the object.
return System

StatusChangedEventArgs() public method

Initializes a new instance of the StatusChangedEventArgs class.
public StatusChangedEventArgs ( ConnectionStatus oldStatus, ConnectionStatus newStatus ) : System
oldStatus ConnectionStatus The status, the object was in before the event.
newStatus ConnectionStatus The new status of the object.
return System