|
|
Browse by Tags
All Tags » silverlight » mvvm » delegatecommand
-
In yesterday's post about Decoupled ChildWindow Dialogs in Silverlight using Prism, I demonstrated a way to use EventAggregator to decouple the implementation of a dialog from the code that requires the confirmation. In one example, I showed a code-behind click event that fired off the process, something like this:
private void ...
|
|
|