C# Class ModernWPF.Messages.MessageBase

Base class for messages.
Afficher le fichier Open project: soukoku/ModernWPF

Méthodes protégées

Méthode 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 méthode

Initializes a new instance of the MessageBase class.
protected MessageBase ( ) : System
Résultat System

MessageBase() protected méthode

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

MessageBase() protected méthode

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