NavigationButton.OnNavigationTargetChanged(Object, Object) Method
Changes the NavigationFrame related to 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 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