Method | Description | |
---|---|---|
AppDetailsPage ( ) : AppStore.Common |
Public Constructor to the Details Page.
|
Method | Description | |
---|---|---|
OnNavigatedFrom ( |
The methods provided in this section are simply used to allow NavigationHelper to respond to the page's navigation methods. Page specific logic should be placed in event handlers for the NavigationHelper.LoadState and NavigationHelper.SaveState. The navigation parameter is available in the SaveState method in addition to page state preserved during an earlier session.
|
|
OnNavigatedTo ( |
The methods provided in this section are simply used to allow NavigationHelper to respond to the page's navigation methods. Page specific logic should be placed in event handlers for the NavigationHelper.LoadState and NavigationHelper.SaveState. The navigation parameter is available in the LoadState method in addition to page state preserved during an earlier session.
|
Method | Description | |
---|---|---|
About_Click ( object sender, |
Executed when the About Button is tapped from the Application bar. The app navigates to the About page.
|
|
Browser_Click ( object sender, |
It opens the Reviews section of the app in an external browser.
|
|
Button_Click ( object sender, |
Executed when the Close Button is tapped in the full screen view of the screenshots. It closes the full-screen view.
|
|
Categories_Click ( object sender, |
Executed when the Categories Button is tapped from the Application bar. The app navigates to the Categories page.
|
|
Connect ( int connectionId, object target ) : void | ||
Feedback_Click ( object sender, |
Executed when the Feedback Button is tapped from the Application bar. The app prepares the content and uses the default mail apps to give feedback.
|
|
GridScreenshots_ContainerContentChanging ( |
||
GridScreenshots_SelectionChanged ( object sender, |
Executed when the user taps/selects a screenshot from the App-Details Page. The screenshots zoom in to the fullscreen view.
|
|
Home_Click ( object sender, |
Executed when the Home Button is tapped from the Application bar. The app navigates to the Home page.
|
|
HyperlinkButton_Click ( object sender, |
It opens the Reviews section of the app in an external browser.
|
|
InitializeComponent ( ) : void | ||
MyApps_Click ( object sender, |
Executed when the My-Apps Button is tapped from the Application bar. The app navigates to the My-Apps page.
|
|
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.
|
|
Search_Click ( object sender, |
Executed when the Search Button is tapped from the Application bar. The app navigates to the Search Results page.
|
|
Settings_Click ( object sender, |
Executed when the Settings Button is tapped from the Application bar. The app navigates to the Settings page.
|
|
ShowImages ( |
Deals with populating images(screenshots) in the App-Details Page.
|
|
btnAppInstall_Click ( object sender, |
Executed when the Install Button is tapped from the App-Details section. It installs the app.
|
|
btnAppShare_Click ( object sender, |
Executed when the Share Button is tapped from the App-Details section. The app prepares content form the app to be shared using default installed apps on the phone.
|
|
detailsShowMore_Click ( object sender, |
Executed when the more button is tapped in the details section. It toggles between showing complete and less details of the app.
|
|
getHtmlComment ( ) : string |
Builds the html content which has to loaded into the WebView for Reviews Section.
|
|
webAppReviews_FrameDOMContentLoaded ( |
This method is executed when the contents of the Reviews section is loaded.
|
protected OnNavigatedFrom ( |
||
e | Provides data for navigation methods and event /// handlers that cannot cancel the navigation request. | |
return | void |
protected OnNavigatedTo ( |
||
e | Provides data for navigation methods and event /// handlers that cannot cancel the navigation request. | |
return | void |