Skip to main content
A newer version of this page is available. .

ISupportNavigationEvents.OnNavigated(DXNavigationEventArgs) Method

Called automatically when a page with a ViewModel that implements the ISupportNavigationEvents interface is loaded into the parent frame.

Namespace: DevExpress.Core

Assembly: DevExpress.Core.v20.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

void OnNavigated(
    DXNavigationEventArgs e
)

Parameters

Name Type Description
e DevExpress.Core.DXNavigationEventArgs

A DXNavigationEventArgs object that contains event data.

Remarks

The OnNavigated method is called only if the ISupportNavigationEvents.OnNavigating method’s e.Cancel parameter does not equal true.

See Also