LoadStateEventArgsPageState Property |
A dictionary of state preserved by this page during an earlier
session. This will be null the first time a page is visited.
Namespace: foodez.CommonAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<string, Object> PageState { get; }
Public ReadOnly Property PageState As Dictionary(Of String, Object)
Get
public:
property Dictionary<String^, Object^>^ PageState {
Dictionary<String^, Object^>^ get ();
}
member PageState : Dictionary<string, Object> with get
Property Value
Type:
DictionaryString,
Object
See Also