C# Class ModernApp4Me.Universal.LifeCycle.M4MNavigationHelper

Inheritance: Windows.UI.Xaml.DependencyObject
Afficher le fichier Open project: smartnsoft/ModernApp4Me

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CanGoBack ( ) : bool

Virtual method used by the GoBackCommand property to determine if the Frame can go back.

CanGoForward ( ) : bool

Virtual method used by the GoForwardCommand property to determine if the Frame can go forward.

GoBack ( ) : void

Virtual method used by the GoBackCommand property to invoke the Windows.UI.Xaml.Controls.Frame.GoBack method.

GoForward ( ) : void

Virtual method used by the GoForwardCommand property to invoke the Windows.UI.Xaml.Controls.Frame.GoForward method.

M4MNavigationHelper ( M4MLifeCycle lifeCycle, Page page ) : System

Initializes a new instance of the M4MNavigationHelper class.

Method Details

CanGoBack() public méthode

Virtual method used by the GoBackCommand property to determine if the Frame can go back.
public CanGoBack ( ) : bool
Résultat bool

CanGoForward() public méthode

Virtual method used by the GoForwardCommand property to determine if the Frame can go forward.
public CanGoForward ( ) : bool
Résultat bool

GoBack() public méthode

Virtual method used by the GoBackCommand property to invoke the Windows.UI.Xaml.Controls.Frame.GoBack method.
public GoBack ( ) : void
Résultat void

GoForward() public méthode

Virtual method used by the GoForwardCommand property to invoke the Windows.UI.Xaml.Controls.Frame.GoForward method.
public GoForward ( ) : void
Résultat void

M4MNavigationHelper() public méthode

Initializes a new instance of the M4MNavigationHelper class.
public M4MNavigationHelper ( M4MLifeCycle lifeCycle, Page page ) : System
lifeCycle M4MLifeCycle A reference to the used for navigation.
page Windows.UI.Xaml.Controls.Page A reference to the current used for navigation. /// This reference allows for frame manipulation and to ensure that keyboard /// navigation requests only occur when the page is occupying the entire window.
Résultat System