I\'m struggling to write a test that confirms that I am correctly unsubscribing from an EventAggregator\'s message when it is closed. Anyone able to point out the (simple) answer?!
I have a subscribe method in one view model listening for publish events in another view model. For some reason, that I can\'t figure out, when the publish method is fired, the subscribe method runs m
Ever since learned about using event aggregators to publish messages instead of using events I\'ve managed to most events in my code (minus the ones that connect WPF control properties to 开发者_Stack
In Caliburn.Micro documentation the authors mention such possibility: documentation link IHandle inherits from a marker interface IHandle. This allows the use of casting to determine if an object i
I\'m having an interesing problem with CAL and the event aggregator.I am attempting to publish an event when the app is deactivated or activated (application.activated and application.deactivated).Som
We consider to use the Prism event aggregator for the purpose of reducing memory leaks due to 开发者_JAVA技巧event references.
I am looking at utilizing the Event Aggregator Pattern on a UI project I am working on (Silverlight/MVVM) to support loose coupling between views/viewmodels.We have written a few screens using a simpl
I have a extension method for Prism\'s EventAgregator to publish an event using reflection. The implementation is as follows:
I\'m working for a while with silverlight and MVVM (in its simplest form, it\'s to say hand-made), but I barely understand what is an event aggregator (and how to make an implementation of this).
I need to do something that seems quite simple, but I cant seem to achieve it. I need to be able to write a unit test that calls the action and filter delegates of any subscription to an eventaggrega