Show / Hide Table of Contents

Interface INavigateAsync

Provides methods to perform navigation.

Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface INavigateAsync
Remarks

Convenience overloads for the methods in this interface can be found as extension methods on the Sartorius.SAF.Presentation.Regions.NavigationAsyncExtensions class.

Methods

View Source

RequestNavigate(Uri, Action<NavigationResult>)

Initiates navigation to the target specified by the System.Uri.

Declaration
void RequestNavigate(Uri target, Action<NavigationResult> navigationCallback)
Parameters
Type Name Description
System.Uri target

The navigation target

System.Action<NavigationResult> navigationCallback

The callback executed when the navigation request is completed.

Remarks

Convenience overloads for this method can be found as extension methods on the Sartorius.SAF.Presentation.Regions.NavigationAsyncExtensions class.

Extension Methods

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