C# Class REST_SampleCode.GroupedItemsPage

显示分组的项集合的页。
Inheritance: REST_SampleCode.Common.LayoutAwarePage
Mostra file Open project: SuperMap/iClient-WP8-Example

Public Methods

Method Description
GroupedItemsPage ( ) : REST_SampleCode.Data
Header_Click ( object sender, RoutedEventArgs e ) : void

在单击组标题时进行调用。

ItemView_ItemClick ( object sender, ItemClickEventArgs e ) : void

在单击组内的项时进行调用。

Protected Methods

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

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

Method Details

GroupedItemsPage() public method

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

Header_Click() public method

在单击组标题时进行调用。
public Header_Click ( object sender, RoutedEventArgs e ) : void
sender object 用作选定组的组标题的 Button。
e Windows.UI.Xaml.RoutedEventArgs 描述如何启动单击的事件数据。
return void

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