C# Класс MeetingManager.Views.NavigationAwarePage

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

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

Метод Описание
CanGoBack ( ) : bool

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

NavigationAwarePage ( ) : Prism.Commands

Initializes a new instance of the NavigationAwarePage class.

Защищенные методы

Метод Описание
GoBack ( object sender, RoutedEventArgs eventArgs ) : void

Invoked as an event handler to navigate backward in the navigation stack associated with this page's Frame.

GoForward ( object sender, RoutedEventArgs eventArgs ) : void

Invoked as an event handler to navigate forward in the navigation stack associated with this page's Frame.

GoHome ( object sender, RoutedEventArgs eventArgs ) : void

Invoked as an event handler to navigate backward in the page's associated Frame until it reaches the top of the navigation stack.

Приватные методы

Метод Описание
CoreDispatcher_AcceleratorKeyActivated ( CoreDispatcher sender, AcceleratorKeyEventArgs args ) : void

Invoked on every keystroke, including system keys such as Alt key combinations, when this page is active and occupies the entire window. Used to detect keyboard navigation between pages even when the page itself doesn't have focus.

CoreWindow_PointerPressed ( CoreWindow sender, PointerEventArgs args ) : void

Invoked on every mouse click, touch screen tap, or equivalent interaction when this page is active and occupies the entire window. Used to detect browser-style next and previous mouse button clicks to navigate between pages.

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

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

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

GoBack() защищенный Метод

Invoked as an event handler to navigate backward in the navigation stack associated with this page's Frame.
protected GoBack ( object sender, RoutedEventArgs eventArgs ) : void
sender object Instance that triggered the event.
eventArgs Windows.UI.Xaml.RoutedEventArgs Event data describing the conditions that led to the /// event.
Результат void

GoForward() защищенный Метод

Invoked as an event handler to navigate forward in the navigation stack associated with this page's Frame.
protected GoForward ( object sender, RoutedEventArgs eventArgs ) : void
sender object Instance that triggered the event.
eventArgs Windows.UI.Xaml.RoutedEventArgs Event data describing the conditions that led to the /// event.
Результат void

GoHome() защищенный Метод

Invoked as an event handler to navigate backward in the page's associated Frame until it reaches the top of the navigation stack.
protected GoHome ( object sender, RoutedEventArgs eventArgs ) : void
sender object Instance that triggered the event.
eventArgs Windows.UI.Xaml.RoutedEventArgs Event data describing the conditions that led to the event.
Результат void

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

Initializes a new instance of the NavigationAwarePage class.
public NavigationAwarePage ( ) : Prism.Commands
Результат Prism.Commands