Skip to main content
A newer version of this page is available. .

INavigationService.CanGoForwardChanged Event

Fires after the INavigationService.CanGoForward property value has been changed.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

event EventHandler CanGoForwardChanged

Event Data

The CanGoForwardChanged event's data class is EventArgs.

See Also