C# Class REST_SampleCode.GroupDetailPage

显示单个组的概述的页,包括组内各项 的预览。
Inheritance: REST_SampleCode.Common.LayoutAwarePage
Mostra file Open project: SuperMap/iClient-WP8-Example

Public Methods

Method Description
GroupDetailPage ( ) : REST_SampleCode.Data
ItemView_ItemClick ( object sender, ItemClickEventArgs e ) : void

在单击某个项时进行调用。

Protected Methods

Method Description
LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void

使用在导航过程中传递的内容填充页。在从以前的会话 重新创建页时,也会提供任何已保存状态。

Method Details

GroupDetailPage() public method

public GroupDetailPage ( ) : REST_SampleCode.Data
return REST_SampleCode.Data

ItemView_ItemClick() public method

在单击某个项时进行调用。
public ItemView_ItemClick ( object sender, ItemClickEventArgs e ) : void
sender object 显示所单击项的 GridView (在应用程序处于对齐状态时 /// 为 ListView)。
e Windows.UI.Xaml.Controls.ItemClickEventArgs 描述所单击项的事件数据。
return void

LoadState() protected method

使用在导航过程中传递的内容填充页。在从以前的会话 重新创建页时,也会提供任何已保存状态。
protected LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void
navigationParameter Object 最初请求此页时传递给 /// 的参数值。 ///
pageState Object>.Dictionary 此页在以前会话期间保留的状态 /// 字典。首次访问页面时为 null。
return void