INavigationService.NavigationPerformed Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the user navigates from one page to another.
public:
event Microsoft::Web::Management::Client::NavigationEventHandler ^ NavigationPerformed;
event Microsoft.Web.Management.Client.NavigationEventHandler NavigationPerformed;
member this.NavigationPerformed : Microsoft.Web.Management.Client.NavigationEventHandler
Event NavigationPerformed As NavigationEventHandler
Event Type
Remarks
When this event is raised, it contains information about both the initial page and the page that the user navigated to.