Click or drag to resize
SaveStateEventArgs Constructor
Initializes a new instance of the SaveStateEventArgs class.

Namespace: foodez.Common
Assembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SaveStateEventArgs(
	Dictionary<string, Object> pageState
)

Parameters

pageState
Type: System.Collections.GenericDictionaryString, Object
An empty dictionary to be populated with serializable state.
See Also