NavigationFrame.NavigationCanceled Event
Occurs when navigation is canceled in the Navigating event handler.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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