C# Class ModernWPF.Messages.RefreshCommandsMessage

Message to update UI elements bound to ICommands.
Exibir arquivo Open project: soukoku/ModernWPF

Public Methods

Method 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 method

Handles the RefreshCommandsMessage.
public HandleIt ( ) : void
return void

RefreshCommandsMessage() public method

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

RefreshCommandsMessage() public method

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