C# Class Herald.Common.LoadStateEventArgs

一个类,用于存放在某页尝试加载状态时所需的事件数据。
Inheritance: System.EventArgs
显示文件 Open project: HeraldStudio/Herald-WP Class Usage Examples

Public Methods

Method Description
LoadStateEventArgs ( Object navigationParameter, Object>.Dictionary pageState ) : System

初始化 LoadStateEventArgs 类的新实例。

Method Details

LoadStateEventArgs() public method

初始化 LoadStateEventArgs 类的新实例。
public LoadStateEventArgs ( Object navigationParameter, Object>.Dictionary pageState ) : System
navigationParameter Object /// 最初请求此页时传递给 /// 的参数值。 ///
pageState Object>.Dictionary /// 此页在以前会话期间保留的状态 /// 的字典。 首次访问某页时,此项将为 null。 ///
return System