C# Class MvvmCross.WindowsUWP.Views.MvxWindowsPage

Inheritance: Windows.UI.Xaml.Controls.Page, IMvxWindowsView
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
ClearBackStack ( ) : void

Méthodes protégées

Méthode Description
LoadStateBundle ( NavigationEventArgs e ) : IMvxBundle
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void
SaveStateBundle ( NavigationEventArgs navigationEventArgs, IMvxBundle bundle ) : void

Method Details

ClearBackStack() public méthode

public ClearBackStack ( ) : void
Résultat void

LoadStateBundle() protected méthode

protected LoadStateBundle ( NavigationEventArgs e ) : IMvxBundle
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat IMvxBundle

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

SaveStateBundle() protected méthode

protected SaveStateBundle ( NavigationEventArgs navigationEventArgs, IMvxBundle bundle ) : void
navigationEventArgs Windows.UI.Xaml.Navigation.NavigationEventArgs
bundle IMvxBundle
Résultat void