Back to Devexpress

Navigation.NavigationHandler Attached Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-navigation-ef97308f.md

latest2.0 KB
Original Source

Navigation.NavigationHandler Attached Property

Gets or sets the handler for navigation events which occur for the specific object.

Namespace : DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

See GetNavigationHandler(DependencyObject) and SetNavigationHandler(DependencyObject, INavigationHandler).

Returns

TypeDescription
DevExpress.Xpf.WindowsUI.Navigation.INavigationHandler

An INavigationHandler object that is the handler for navigation events which occur for the specific object.

|

Remarks

Use the Navigation.GetNavigationHandler and static Navigation.SetNavigationHandler methods to get or set the navigation event handler in code.

See Also

GetNavigationHandler(DependencyObject)

SetNavigationHandler(DependencyObject, INavigationHandler)

Navigation Class

Navigation Members

DevExpress.Xpf.WindowsUI.Navigation Namespace