Click or drag to resize
NavigationHelper Events

The NavigationHelper type exposes the following members.

Events
  NameDescription
Public eventLoadState
Register this event on the current page to populate the page with content passed during navigation as well as any saved state provided when recreating a page from a prior session.
Public eventSaveState
Register this event on the current page to preserve state associated with the current page in case the application is suspended or the page is discarded from the navigaqtion cache.
Top
See Also