C# 클래스 Dodo.GroupDetailPage

A page that displays an overview of a single group, including a preview of the items within the group.
상속: Dodo.Common.LayoutAwarePage
파일 보기 프로젝트 열기: Code52/dodo

공개 메소드들

메소드 설명
GroupDetailPage ( ) : Dodo.Data
ItemView_ItemClick ( object sender, ItemClickEventArgs e ) : void

Invoked when an item is clicked.

보호된 메소드들

메소드 설명
OnNavigatedTo ( NavigationEventArgs e ) : void

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

메소드 상세

GroupDetailPage() 공개 메소드

public GroupDetailPage ( ) : Dodo.Data
리턴 Dodo.Data

ItemView_ItemClick() 공개 메소드

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.
리턴 void

OnNavigatedTo() 보호된 메소드

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.
리턴 void