Back to Devexpress

ISupportNavigation Interface

corelibraries-devexpress-dot-mvvm-d6b3e4f1.md

latest1.2 KB
Original Source

ISupportNavigation Interface

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

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

NuGet Packages : DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

csharp
public interface ISupportNavigation :
    ISupportParameter
vb
Public Interface ISupportNavigation
    Inherits ISupportParameter

Remarks

The ISupportNavigation interface is implemented by the NavigationViewModelBase class. The interface is used only when navigation is performed with navigation services (FrameNavigationService).

See Also

ISupportNavigation Members

DevExpress.Mvvm Namespace