SaveStateEventArgs Constructor |
Namespace: foodez.CommonAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic SaveStateEventArgs(
Dictionary<string, Object> pageState
)
Public Sub New (
pageState As Dictionary(Of String, Object)
)
public:
SaveStateEventArgs(
Dictionary<String^, Object^>^ pageState
)
new :
pageState : Dictionary<string, Object> -> SaveStateEventArgs
Parameters
- pageState
- Type: System.Collections.GenericDictionaryString, Object
An empty dictionary to be populated with serializable state.
See Also