C# Class MALClient.Pages.Main.WallpapersPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Mostra file Open project: Mordonus/MALClient

Public Methods

Method Description
WallpapersPage ( ) : System

Protected Methods

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

Private Methods

Method Description
AmountOfWallpaperMenuFlyoutItemOnClick ( object sender, RoutedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs routedEventArgs ) : void
SourcesToggleButtonOnClick ( object sender, RoutedEventArgs e ) : void
UpdateAmounts ( ) : void
UpdateSources ( ) : void
WallpapersOnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

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

WallpapersPage() public method

public WallpapersPage ( ) : System
return System