C# Class ZSCY_Win10.Common.SaveStateEventArgs

一个类,用于存放在某页尝试保存状态时所需的事件数据。
Inheritance: System.EventArgs
Afficher le fichier Open project: RedrockTeam/ZSCY_Windows_V2.0

Méthodes publiques

Méthode Description
SaveStateEventArgs ( Object>.Dictionary pageState ) : System

初始化 SaveStateEventArgs 类的新实例。

Method Details

SaveStateEventArgs() public méthode

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