Property | Type | Description | |
---|---|---|---|
Complete | CompleteHandler |
Method | Description | |
---|---|---|
Show ( string message ) : Task |
||
Show ( string messageBoxText, string caption, MessageBoxButton button ) : Task |
||
ShowMessage ( string message ) : Task |
||
ShowMessage ( string messageBoxText, string caption, MessageBoxButton button ) : Task |
Method | Description | |
---|---|---|
CommandInvokedHandler ( IUICommand command ) : void | ||
getResult ( IUICommand command ) : MessageBoxResult |
public static Show ( string messageBoxText, string caption, MessageBoxButton button ) : Task |
||
messageBoxText | string | |
caption | string | |
button | MessageBoxButton | |
return | Task |
public ShowMessage ( string messageBoxText, string caption, MessageBoxButton button ) : Task |
||
messageBoxText | string | |
caption | string | |
button | MessageBoxButton | |
return | Task |