C# Class MeetingManager.Views.NavigationAwarePage

Inheritance: Prism.Windows.Mvvm.SessionStateAwarePage
Afficher le fichier Open project: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
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.

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

GoBack() protected méthode

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.
Résultat void

GoForward() protected méthode

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.
Résultat void

GoHome() protected méthode

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.
Résultat void

NavigationAwarePage() public méthode

Initializes a new instance of the NavigationAwarePage class.
public NavigationAwarePage ( ) : Prism.Commands
Résultat Prism.Commands