Skip to main content
All docs
V26.1
  • NavigationFrame.NavigationCanceled Event

    Occurs when navigation is canceled in the Navigating event handler.

    Namespace: DevExpress.Xpf.WindowsUI

    Assembly: DevExpress.Xpf.Controls.v26.1.dll

    NuGet Package: DevExpress.Wpf.Controls

    Declaration

    public event NavigationCanceledEventHandler NavigationCanceled

    Event Data

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

    Property Description
    Parameter Gets the parameter passed to the related navigation event. Inherited from NavigationBaseEventArgs.
    Source Gets the navigation destination for the related navigation event. Inherited from NavigationBaseEventArgs.
    See Also