We're currently "porting" our existing app that uses caliburn to WP8. Most of the things are working as it used to but one strange thing occurred. In app with panorama layout that uses AllActive as base class for view model SelectedChange event subscribed to panorama "Items" in code behind (xaml.cs) does not fire but SelectedItem in view model works good. Do you know why this event is eaten or does not fire at all in this configuration?
There is other issue is that SelectedItem is Microsoft.Phone.Controls.PanoramaItem for the first time and after swipe it changes to exact panorama item view model.
Here is link for sample project http://db.tt/jPzJN8dh there is also hold event added on Items to prove that other events works.
There is other issue is that SelectedItem is Microsoft.Phone.Controls.PanoramaItem for the first time and after swipe it changes to exact panorama item view model.
Here is link for sample project http://db.tt/jPzJN8dh there is also hold event added on Items to prove that other events works.