Share via


IRegionNavigationService Members

Include Protected Members
Include Inherited Members

The IRegionNavigationService type exposes the following members.

Methods

  Name Description
Public method RequestNavigate
Initiates navigation to the target specified by the Uri.
(Inherited from INavigateAsync.)

Extension Methods

  Name Description
Public Extension Method RequestNavigate(String) Overloaded.
Initiates navigation to the target specified by the target.
(Defined by NavigationAsyncExtensions.)
Public Extension Method RequestNavigate(Uri) Overloaded.
Initiates navigation to the target specified by the Uri.
(Defined by NavigationAsyncExtensions.)
Public Extension Method RequestNavigate(String, Action<NavigationResult>) Overloaded.
Initiates navigation to the target specified by the target.
(Defined by NavigationAsyncExtensions.)

Properties

  Name Description
Public property Journal
Gets the journal.
Public property Region
Gets or sets the region owning this service.

Events

  Name Description
Public event Navigated
Raised when the region is navigated to content.
Public event Navigating
Raised when the region is about to be navigated to content.
Public event NavigationFailed
Raised when a navigation request fails.

See Also

IRegionNavigationService Interface

Microsoft.Practices.Prism.Regions Namespace