Back to Devexpress

NavigationFrame.NavigationCanceled Event

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigationframe-c88a00f9.md

latest1.8 KB
Original Source

NavigationFrame.NavigationCanceled Event

Occurs when navigation is canceled in the Navigating event handler.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public event NavigationCanceledEventHandler NavigationCanceled
vb
Public Event NavigationCanceled As NavigationCanceledEventHandler

Event Data

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

PropertyDescription
ParameterGets the parameter passed to the related navigation event. Inherited from NavigationBaseEventArgs.
SourceGets the navigation destination for the related navigation event. Inherited from NavigationBaseEventArgs.

See Also

NavigationFrame Class

NavigationFrame Members

DevExpress.Xpf.WindowsUI Namespace