C# 클래스 PhotoSharingApp.Universal.Views.CategoriesPage

The categories page that displays the most recent categories with photo thumbnails.
상속: BasePage
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
CategoriesPage ( ) : Microsoft.Practices.ServiceLocation

The constructor.

보호된 메소드들

메소드 설명
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
CategoriesPage_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
OnCategoriesListLoaded ( object sender, RoutedEventArgs e ) : void
UpdateSlideShowTimer ( ) : void
UpdateThumbnailSize ( ) : void

메소드 상세

CategoriesPage() 공개 메소드

The constructor.
public CategoriesPage ( ) : Microsoft.Practices.ServiceLocation
리턴 Microsoft.Practices.ServiceLocation

OnNavigatedFrom() 보호된 메소드

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

OnNavigatedTo() 보호된 메소드

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