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

ISupportNavigation Interface

Provides members that occur when navigating to an object and when navigating away from it.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

public interface ISupportNavigation :
    ISupportParameter

Remarks

The ISupportNavigation interface is implemented by the NavigationViewModelBase class.

See Also