Method | Description | |
---|---|---|
LoadStateEventArgs ( Object navigationParameter, Object>.Dictionary |
Initializes a new instance of the LoadStateEventArgs class.
|
public LoadStateEventArgs ( Object navigationParameter, Object>.Dictionary |
||
navigationParameter | Object |
/// The parameter value passed to |
pageState | Object>.Dictionary | /// A dictionary of state preserved by this page during an earlier /// session. This will be null the first time a page is visited. /// |
return | System |