Interface INavigationRegion
- Namespace
- Acuit.Pinpoint.Workstation.Windows
- Assembly
- Acuit.Pinpoint.Workstation.Abstractions.dll
A region that supports navigation.
public interface INavigationRegion
Methods
NavigateBack()
Navigates to the most recent entry in the back navigation history. If no entry exists in back navigation, the current view will be removed, leaving no content within the region.
void NavigateBack()