Skip to main content
A newer version of this page is available. .

Navigation.SetNavigationHandler(DependencyObject, INavigationHandler) Method

Sets a handler for navigation events of a specific object.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

Declaration

public static void SetNavigationHandler(
    DependencyObject target,
    INavigationHandler value
)

Parameters

Name Type Description
target DependencyObject

A DependencyObject whose navigation event handler is to be set.

value DevExpress.Xpf.WindowsUI.Navigation.INavigationHandler

An INavigationHandler object that handles navigation events for the obj object.

See Also