INavigationService.NavigationPerformed Event

Definition

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.

Applies to