NavigationButton.OnNavigationParameterChanged(Object, Object) Method
Modifies the navigation parameter for this NavigationButton.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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