Méthode | Description | |
---|---|---|
AddCommand ( |
||
HomeScreen ( ) : System | ||
MoveToPage ( EPivotPage p_page ) : void |
Call this when you're in MainScreen
|
Méthode | Description | |
---|---|---|
OnBackKeyPress ( System e ) : void |
Disable "Back Key"
|
|
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void |
Override navigate event to change the Pivot's currect item. Call this when you're not in MainScreen.
|
Méthode | Description | |
---|---|---|
FetchDataForPage ( EPivotPage p_page ) : void |
Fetch data on specfici swcreen
|
|
HandleCommand ( |
Handle commands
|
|
OnPivotChangedPage ( object sender, System e ) : void |
Handle the change pivot view
|
|
UpdateCommands ( Object p_sender, |
public AddCommand ( |
||
p_info | ||
Résultat | void |
public MoveToPage ( EPivotPage p_page ) : void | ||
p_page | EPivotPage | |
Résultat | void |
protected OnBackKeyPress ( System e ) : void | ||
e | System | |
Résultat | void |
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void | ||
e | System.Windows.Navigation.NavigationEventArgs | |
Résultat | void |