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

NavigationButton.OnNavigateToChanged(Object, Object) Method

Modifies the navigation destination for the current NavigationButton.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public void OnNavigateToChanged(
    object oldValue,
    object newValue
)

Parameters

Name Type Description
oldValue Object

An Object that is the previous NavigationButton‘s navigation destination.

newValue Object

An Object that is the new NavigationButton‘s navigation destination.

Remarks

The OnNavigateToChanged method overrides the NavigationButton.NavigateTo property with a new value.

See Also