C# Class Herald.Common.SaveStateEventArgs

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

Public Methods

Method Description
SaveStateEventArgs ( Object>.Dictionary pageState ) : System

初始化 SaveStateEventArgs 类的新实例。

Method Details

SaveStateEventArgs() public method

初始化 SaveStateEventArgs 类的新实例。
public SaveStateEventArgs ( Object>.Dictionary pageState ) : System
pageState Object>.Dictionary 要使用可序列化状态填充的空字典。
return System