Method | 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.
|
Method | Description | |
---|---|---|
GoBack ( object sender, |
Invoked as an event handler to navigate backward in the navigation stack associated with this page's Frame.
|
|
GoForward ( object sender, |
Invoked as an event handler to navigate forward in the navigation stack associated with this page's Frame.
|
|
GoHome ( object sender, |
Invoked as an event handler to navigate backward in the page's associated Frame until it reaches the top of the navigation stack.
|
Method | Description | |
---|---|---|
CoreDispatcher_AcceleratorKeyActivated ( |
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 ( |
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.
|
protected GoBack ( object sender, |
||
sender | object | Instance that triggered the event. |
eventArgs | Event data describing the conditions that led to the /// event. | |
return | void |
protected GoForward ( object sender, |
||
sender | object | Instance that triggered the event. |
eventArgs | Event data describing the conditions that led to the /// event. | |
return | void |
protected GoHome ( object sender, |
||
sender | object | Instance that triggered the event. |
eventArgs | Event data describing the conditions that led to the event. | |
return | void |
public NavigationAwarePage ( ) : Prism.Commands | ||
return | Prism.Commands |