I\'ve used Prism commanding for a lot of controls but can\'t get it to work on the checkbox. But its not working for the checkbox. I do notice that when I place break points on my property declaration
Does it make sense to mock an IoC container? If so how would I go about it, using Moq? I am creating a Prism 4 app, using Unity 2.0 as the IoC container. I inject the container into classes that need
I\'m using Prism 4 with Unity.I have a main project, and a module.The module is created as Silverlight Applications, so it builds a separate xap file.
Integration into Prism was talked about in the 2.1.x time frame, 开发者_如何学Cwe are @ 2.4.x, Prism 4 is out now and the RIStockTrader Example in /contrib is just a default XAML project.
To switch view in WPF/PRISM I use activate/deactivate on the region. I\'m having a base class with IDataErrorInfo implemented, when my module loads my view, the validation instantly happens. When I s
Basically, I have the following scenario: ViewModel: FooViewModel : BaseViewModel, BarViewModel : BaseViewModel
I have what, on the face of it, seems to be a really simple requirement - to be able to show a messagebox from within the view model of my WPF prism application.
I am working on a PRISM application where we drill down into the data (to get more details). In my implementation I have a nested MVVM and when I navigate down the tree I would like to pass a model t
In the past with windows forms I both used parts of Composite UI Application Block combined with some centralised command handling and security rules to achieve a loosly coupled MVC approach to interf
Hi I\'m trying to make a Silverlight page with an event in the ViewModel but I don\'t understand how to do this on the page load event (I can\'t find the proper command).