![]() |
Daniel's XL Toolbox NG
|
WPF action that displays a folder picker dialog and returns the chosen folder in the string Value field of a StringMessageContent. More...
Protected Member Functions | |
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... | |
Additional Inherited Members | |
![]() | |
string | Caption [get, set] |
string | Message [get, set] |
MessageContent | Content [get, protected set] |
WPF action that displays a folder picker dialog and returns the chosen folder in the string Value field of a StringMessageContent.
|
inlineprotectedvirtual |
Dummy implementation of the abstract method in the parent class. Will not be called because this class also overrides Invoke.
InvalidOperationException | If this method is called (which it shouldn't, by design). |
Implements Bovender.Mvvm.Actions.MessageActionBase.
|
inlineprotected |