C# Class MvvmCross.WindowsUWP.Views.MvxWindowsPage

Inheritance: Windows.UI.Xaml.Controls.Page, IMvxWindowsView
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
ClearBackStack ( ) : void

Protected Methods

Method Description
LoadStateBundle ( NavigationEventArgs e ) : IMvxBundle
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void
SaveStateBundle ( NavigationEventArgs navigationEventArgs, IMvxBundle bundle ) : void

Method Details

ClearBackStack() public method

public ClearBackStack ( ) : void
return void

LoadStateBundle() protected method

protected LoadStateBundle ( NavigationEventArgs e ) : IMvxBundle
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return IMvxBundle

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

SaveStateBundle() protected method

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