NavigationButton.OnNavigateToChanged(Object, Object) Method
Modifies the navigation destination for the current 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 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