C# Class Eurofurence.Companion.Common.SaveStateEventArgs

Class used to hold the event data required when a page attempts to save state.
Inheritance: System.EventArgs
Exibir arquivo Open project: eurofurence/ef-app_wp 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