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

NavigationButton.OnNavigationTargetChanged(Object, Object) Method

Changes the NavigationFrame related to 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 OnNavigationTargetChanged(
    object oldValue,
    object newValue
)

Parameters

Name Type Description
oldValue Object

An Object that is the Frame, previously related to this NavigationButton.

newValue Object

An Object that is the currently related to this NavigationButton Frame.

Remarks

See the NavigationButton.NavigationTarget property for the details.

See Also