Special Release
This is a special preview for Microsoft Connect.
Prism.WPF
Prism.Forms
- #1589: OnNavigatedFrom method is not called when changing detail on MasterDetailPage
- #1615: Add the ability to switch tabs
- #1625: Master Detail to Tab Page Navigation broken in 7.1
- Support for Xamarin Forms developers using 4.0 pre1 to use the new Prism namespace to access all vital Prism types from XAML
<ContentPage xmlns:prism="http://prismlibrary.com">
<ListView>
<ListView.Behaviors>
<prism:EventToCommandBehavior ... />
</ListView.Behaviors>
</ListView>
</ContentPage>
Prism.Windows
- New guidance - Merged with Template 10