WPF action that displays a folder picker dialog and returns the chosen folder in the string Value field of a StringMessageContent.
More...
|
override void | Invoke (object parameter) |
|
override Window | CreateView () |
| Dummy implementation of the abstract method in the parent class. Will not be called because this class also overrides Invoke. More...
|
|
override void | Invoke (object parameter) |
| Creates a view that has its dependent view model injected into it. More...
|
|
void | Invoke< T > (T messageContent, Action respond) |
|
virtual void | ShowView (Window view) |
| Shows the view as a modal dialog. Override this to do something else with the view. More...
|
|
override void | Invoke (object parameter) |
| Creates a view that has its dependent view model injected into it. More...
|
|
void | Invoke< T > (T messageContent, Action respond) |
|
virtual void | ShowView (Window view) |
| Shows the view as a modal dialog. Override this to do something else with the view. More...
|
|
WPF action that displays a folder picker dialog and returns the chosen folder in the string Value field of a StringMessageContent.