Skip to main content

NavigationButton.OnNavigationParameterChanged(Object, Object) Method

Modifies the navigation parameter for this NavigationButton.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public void OnNavigationParameterChanged(
    object oldValue,
    object newValue
)

Parameters

Name Type Description
oldValue Object

An Object that is the old navigation parameter.

newValue Object

An Object that is the new navigation parameter.

Remarks

See the NavigationButton.NavigationParameter property to learn more.

See Also