C# Class MALClient.Pages.Main.PopularVideosPage

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

Private Properties

Property Type Description
BtnNavDetails void
ListViewBase_OnItemClick void

Public Methods

Method Description
PopularVideosPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
BtnNavDetails ( object sender, RoutedEventArgs e ) : void
ListViewBase_OnItemClick ( object sender, ItemClickEventArgs e ) : void

Method Details

OnNavigatedTo() protected method

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

PopularVideosPage() public method

public PopularVideosPage ( ) : System
return System