Back to Devexpress

NavigationFrame.Navigated Event

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigationframe-02343cad.md

latest2.4 KB
Original Source

NavigationFrame.Navigated Event

Occurs each time the NavigationFrame has successfully navigated to a view (screen).

Namespace : DevExpress.Xpf.WindowsUI

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public event NavigatedEventHandler Navigated
vb
Public Event Navigated As NavigatedEventHandler

Event Data

The Navigated event's data class is NavigationEventArgs. The following properties provide information specific to this event:

PropertyDescription
ContentThe View to which the application navigates.
ParameterGets the parameter passed to the related navigation event. Inherited from NavigationBaseEventArgs.
SourceGets the navigation destination for the related navigation event. Inherited from NavigationBaseEventArgs.

Remarks

The Navigated event follows the NavigationFrame.Navigating event, which fires immediately after the NavigationFrame attempts to navigate to any view.

If navigation fails, the NavigationFrame.NavigationFailed event occurs.

See Also

Navigating

NavigationFailed

NavigationFrame Class

NavigationFrame Members

DevExpress.Xpf.WindowsUI Namespace