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

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

Parameters

navigationParameter
Type: SystemObject
The parameter value passed to Navigate(Type, Object) when this page was initially requested.
pageState
Type: System.Collections.GenericDictionaryString, Object
A dictionary of state preserved by this page during an earlier session. This will be null the first time a page is visited.
See Also