Back to Devexpress

NavigationFrame.NavigationFailed Event

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigationframe-5c50e55a.md

latest1.4 KB
Original Source

NavigationFrame.NavigationFailed Event

Occurs when navigation within the current NavigationFrame fails.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public event NavigationFailedEventHandler NavigationFailed
vb
Public Event NavigationFailed As NavigationFailedEventHandler

Event Data

The NavigationFailed event's data class is DevExpress.Xpf.WindowsUI.Navigation.NavigationFailedEventArgs.

Remarks

Handle the NavigationFailed event and get the NavigationFailedEventArgs.Exception property value to get the exception that caused the current navigation failure.

See Also

Navigation

NavigationFrame Class

NavigationFrame Members

DevExpress.Xpf.WindowsUI Namespace