Skip to main content

NavigationButton.OnNavigateToChanged(Object, Object) Method

Modifies the navigation destination for the current NavigationButton.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

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