Example #1
0
        protected override async void OnNavigatedTo(NavigationEventArgs e)
        {
            base.OnNavigatedTo(e);

            PrepareAnimations();

            var state = (e.Parameter as ItemDetailState) ?? new ItemDetailState();
            await ViewModel.LoadAsync(state);

            Bindings.Update();
            propertyGroup1.UpdateBindings();
            propertyGroup2.UpdateBindings();
            relatedItems.UpdateBindings();
            aside.UpdateBindings();
        }