C# 클래스 ModernWPF.Messages.RefreshCommandsMessage

Message to update UI elements bound to ICommands.
파일 보기 프로젝트 열기: soukoku/ModernWPF

공개 메소드들

메소드 설명
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.

메소드 상세

HandleIt() 공개 메소드

Handles the RefreshCommandsMessage.
public HandleIt ( ) : void
리턴 void

RefreshCommandsMessage() 공개 메소드

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

RefreshCommandsMessage() 공개 메소드

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