Show / Hide Table of Contents

Interface IRegionNavigationService

Provides navigation for regions.

INavigateAsync.RequestNavigate(Uri, Action<NavigationResult>)
Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IRegionNavigationService : INavigateAsync

Properties

View Source

Journal

Gets the journal.

Declaration
IRegionNavigationJournal Journal { get; }
Property Value
Type Description
IRegionNavigationJournal

The journal.

View Source

Region

Gets or sets the region owning this service.

Declaration
IRegion Region { get; set; }
Property Value
Type Description
IRegion

A Region.

Events

View Source

Navigated

Raised when the region is navigated to content.

Declaration
event EventHandler<RegionNavigationEventArgs> Navigated
Event Type
Type Description
System.EventHandler<RegionNavigationEventArgs>
View Source

Navigating

Raised when the region is about to be navigated to content.

Declaration
event EventHandler<RegionNavigationEventArgs> Navigating
Event Type
Type Description
System.EventHandler<RegionNavigationEventArgs>
View Source

NavigationFailed

Raised when a navigation request fails.

Declaration
event EventHandler<RegionNavigationFailedEventArgs> NavigationFailed
Event Type
Type Description
System.EventHandler<RegionNavigationFailedEventArgs>

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX