C# Класс ModernApp4Me.Universal.LifeCycle.M4MNavigationHelper

Наследование: Windows.UI.Xaml.DependencyObject
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

CanGoBack() публичный Метод

Virtual method used by the GoBackCommand property to determine if the Frame can go back.
public CanGoBack ( ) : bool
Результат bool

CanGoForward() публичный Метод

Virtual method used by the GoForwardCommand property to determine if the Frame can go forward.
public CanGoForward ( ) : bool
Результат bool

GoBack() публичный Метод

Virtual method used by the GoBackCommand property to invoke the Windows.UI.Xaml.Controls.Frame.GoBack method.
public GoBack ( ) : void
Результат void

GoForward() публичный Метод

Virtual method used by the GoForwardCommand property to invoke the Windows.UI.Xaml.Controls.Frame.GoForward method.
public GoForward ( ) : void
Результат void

M4MNavigationHelper() публичный Метод

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.
Результат System