Method |
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. |
|
DetermineVisualState ( ApplicationViewState viewState ) : string |
|
|
GoBack ( object sender, RoutedEventArgs e ) : void |
|
|
GoForward ( object sender, RoutedEventArgs e ) : void |
|
|
OnSizeChanged ( object sender, SizeChangedEventArgs e ) : void |
|
|