Method | Description | |
---|---|---|
FriendPage ( ) : System |
Method | Description | |
---|---|---|
OnNavigatedFrom ( |
||
OnNavigatedTo ( |
Method | Description | |
---|---|---|
NavigationHelper_LoadState ( object sender, |
Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.
|
|
NavigationHelper_SaveState ( object sender, |
Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.
|
|
navigationHelper_LoadState ( object sender, |
Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.
|
|
navigationHelper_SaveState ( object sender, |
Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.
|
protected OnNavigatedFrom ( |
||
e | ||
return | void |
protected OnNavigatedTo ( |
||
e | ||
return | void |