Property | Type | Description | |
---|---|---|---|
BackRequested | void | ||
GetPageType | |||
GetViewModel | object | ||
NavigationService_BackRequested | void |
Method | Description | |
---|---|---|
DisplayBackButton ( ) : void | ||
GoBack ( ) : void | ||
MenuNavigateTo ( |
||
MenuNavigateTo ( string pageName, object parameter = null ) : void | ||
NavigateTo ( |
||
NavigateTo ( string pageName, object parameter = null, string targetName = null ) : void | ||
NavigationService ( Context context ) : System | ||
SetFrame ( |
Method | Description | |
---|---|---|
BackRequested ( bool &handled ) : void | ||
GetPageType ( string pageName ) : |
||
GetViewModel ( |
||
NavigationService_BackRequested ( object sender, BackRequestedEventArgs e ) : void |
public MenuNavigateTo ( |
||
sourcePageType | ||
parameter | object | |
return | void |
public MenuNavigateTo ( string pageName, object parameter = null ) : void | ||
pageName | string | |
parameter | object | |
return | void |
public NavigateTo ( |
||
sourcePageType | ||
parameter | object | |
targetName | string | |
return | void |
public NavigateTo ( string pageName, object parameter = null, string targetName = null ) : void | ||
pageName | string | |
parameter | object | |
targetName | string | |
return | void |
public NavigationService ( Context context ) : System | ||
context | Context | |
return | System |
public SetFrame ( |
||
MainFrame | ||
detailFrame | ||
return | void |