ISupportNavigationEvents.OnNavigated(DXNavigationEventArgs) Method
In This Article
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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
e | DevExpress. |
A DXNavigation |
#Remarks
The OnNavigated method is called only if the ISupportNavigationEvents.OnNavigating method’s e.Cancel parameter does not equal true.
See Also