Interface IRegionNavigationService
Provides navigation for regions.
Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IRegionNavigationService : INavigateAsync
Properties
View SourceJournal
Gets the journal.
Declaration
IRegionNavigationJournal Journal { get; }
Property Value
Type | Description |
---|---|
IRegionNavigationJournal | The journal. |
Region
Gets or sets the region owning this service.
Declaration
IRegion Region { get; set; }
Property Value
Type | Description |
---|---|
IRegion | A Region. |
Events
View SourceNavigated
Raised when the region is navigated to content.
Declaration
event EventHandler<RegionNavigationEventArgs> Navigated
Event Type
Type | Description |
---|---|
System.EventHandler<RegionNavigationEventArgs> |
Navigating
Raised when the region is about to be navigated to content.
Declaration
event EventHandler<RegionNavigationEventArgs> Navigating
Event Type
Type | Description |
---|---|
System.EventHandler<RegionNavigationEventArgs> |
NavigationFailed
Raised when a navigation request fails.
Declaration
event EventHandler<RegionNavigationFailedEventArgs> NavigationFailed
Event Type
Type | Description |
---|---|
System.EventHandler<RegionNavigationFailedEventArgs> |