C# Class Dodo.GroupDetailPage

A page that displays an overview of a single group, including a preview of the items within the group.
Inheritance: Dodo.Common.LayoutAwarePage
Afficher le fichier Open project: Code52/dodo

Méthodes publiques

Méthode Description
GroupDetailPage ( ) : Dodo.Data
ItemView_ItemClick ( object sender, ItemClickEventArgs e ) : void

Invoked when an item is clicked.

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Invoked when this page is about to be displayed in a Frame.

Method Details

GroupDetailPage() public méthode

public GroupDetailPage ( ) : Dodo.Data
Résultat Dodo.Data

ItemView_ItemClick() public méthode

Invoked when an item is clicked.
public ItemView_ItemClick ( object sender, ItemClickEventArgs e ) : void
sender object The GridView (or ListView when the application is snapped) /// displaying the item clicked.
e Windows.UI.Xaml.Controls.ItemClickEventArgs Event data that describes the item clicked.
Résultat void

OnNavigatedTo() protected méthode

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs Event data that describes how this page was reached. The Parameter /// property provides the group to be displayed.
Résultat void