C# Class ModernWPF.Messages.MessageBase

Base class for messages.
Exibir arquivo Open project: soukoku/ModernWPF

Protected Methods

Method Description
MessageBase ( ) : System

Initializes a new instance of the MessageBase class.

MessageBase ( object sender ) : System

Initializes a new instance of the MessageBase class.

MessageBase ( object sender, object target ) : System

Initializes a new instance of the MessageBase class.

Method Details

MessageBase() protected method

Initializes a new instance of the MessageBase class.
protected MessageBase ( ) : System
return System

MessageBase() protected method

Initializes a new instance of the MessageBase class.
protected MessageBase ( object sender ) : System
sender object The sender.
return System

MessageBase() protected method

Initializes a new instance of the MessageBase class.
protected MessageBase ( object sender, object target ) : System
sender object The sender.
target object The target.
return System