C# 클래스 PhoneApp1.Views.Home

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: totobogy/ReadmillDotNet

공개 메소드들

메소드 설명
Home ( ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
HideCollectionsControls ( ) : void
HomePage_BackKeyPress ( object sender, System e ) : void
HomePage_Loaded ( object sender, RoutedEventArgs e ) : void
LoadBooksPanoramaItem ( ) : void

Any heavy loading is done asynchronously

LoadCollectionsPanoramaItem ( ) : void

Any heavy loading is done asynchronously

LoadDisplayBooksCollection ( ) : void

Any heavy loading is done asynchronously

LoadDisplayHighlightsCollection ( ) : void

Any heavy loading is done asynchronously

RefreshBookTiles ( ) : void
RefreshHighlightTile ( ) : void
ShowControlsIfCollectionsReady ( ) : bool

Displays Collections Controls if the CollectionsVM indicates that both books and highlight collections are ready to be displayed

allBooks_Tap ( object sender, System e ) : void
allHighlights_Tap ( object sender, System e ) : void
bookTile_Tap ( object sender, System e ) : void
booksList_Loaded ( object sender, RoutedEventArgs e ) : void
booksList_ManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
booksList_Tap ( object sender, System e ) : void
collectionsGrid_Loaded ( object sender, RoutedEventArgs e ) : void
searchBox_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void

메소드 상세

Home() 공개 메소드

public Home ( ) : System
리턴 System

OnNavigatedFrom() 보호된 메소드

protected OnNavigatedFrom ( System e ) : void
e System
리턴 void

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( System e ) : void
e System
리턴 void