C# Class PhotoSharingApp.Universal.Views.CategoriesPage

The categories page that displays the most recent categories with photo thumbnails.
Inheritance: BasePage
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
CategoriesPage ( ) : Microsoft.Practices.ServiceLocation

The constructor.

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
CategoriesPage_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
OnCategoriesListLoaded ( object sender, RoutedEventArgs e ) : void
UpdateSlideShowTimer ( ) : void
UpdateThumbnailSize ( ) : void

Method Details

CategoriesPage() public method

The constructor.
public CategoriesPage ( ) : Microsoft.Practices.ServiceLocation
return Microsoft.Practices.ServiceLocation

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void