C# Class ModernWPF.Messages.RefreshCommandsMessage

Message to update UI elements bound to ICommands.
Afficher le fichier Open project: soukoku/ModernWPF

Méthodes publiques

Méthode Description
HandleIt ( ) : void

Handles the RefreshCommandsMessage.

RefreshCommandsMessage ( ) : System

Initializes a new instance of the RefreshCommandsMessage class with the current app's dispatcher.

RefreshCommandsMessage ( Dispatcher dispatcher ) : System

Initializes a new instance of the RefreshCommandsMessage class.

Method Details

HandleIt() public méthode

Handles the RefreshCommandsMessage.
public HandleIt ( ) : void
Résultat void

RefreshCommandsMessage() public méthode

Initializes a new instance of the RefreshCommandsMessage class with the current app's dispatcher.
public RefreshCommandsMessage ( ) : System
Résultat System

RefreshCommandsMessage() public méthode

Initializes a new instance of the RefreshCommandsMessage class.
public RefreshCommandsMessage ( Dispatcher dispatcher ) : System
dispatcher System.Windows.Threading.Dispatcher The dispatcher.
Résultat System