C# Class Alexandria.Common.SaveStateEventArgs

Class used to hold the event data required when a page attempts to save state.
Inheritance: System.EventArgs
Datei anzeigen Open project: rit-sse/alexandria-WinRT Class Usage Examples

Public Methods

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

Initializes a new instance of the SaveStateEventArgs class.

Method Details

SaveStateEventArgs() public method

Initializes a new instance of the SaveStateEventArgs class.
public SaveStateEventArgs ( Object>.Dictionary pageState ) : System
pageState Object>.Dictionary An empty dictionary to be populated with serializable state.
return System