C# Class PhoneApp1.Views.Home

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: totobogy/ReadmillDotNet

Méthodes publiques

Méthode Description
Home ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedFrom ( System e ) : void
OnNavigatedTo ( System e ) : void

Private Methods

Méthode Description
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

Method Details

Home() public méthode

public Home ( ) : System
Résultat System

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( System e ) : void
e System
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System e ) : void
e System
Résultat void