Skip to main content

NavigationButton.OnNavigationTargetChanged(Object, Object) Method

Changes the NavigationFrame related to the current NavigationButton.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

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