Show / Hide Table of Contents

Class RegionNavigationFailedEventArgs

EventArgs used with the NavigationFailed event.

Inheritance
System.Object
System.EventArgs
RegionNavigationFailedEventArgs
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class RegionNavigationFailedEventArgs : EventArgs

Constructors

View Source

RegionNavigationFailedEventArgs(NavigationContext)

Initializes a new instance of the RegionNavigationEventArgs class.

Declaration
public RegionNavigationFailedEventArgs(NavigationContext navigationContext)
Parameters
Type Name Description
NavigationContext navigationContext

The navigation context.

View Source

RegionNavigationFailedEventArgs(NavigationContext, Exception)

Initializes a new instance of the RegionNavigationFailedEventArgs class.

Declaration
public RegionNavigationFailedEventArgs(NavigationContext navigationContext, Exception error)
Parameters
Type Name Description
NavigationContext navigationContext

The navigation context.

System.Exception error

The error.

Properties

View Source

Error

Gets the error.

Declaration
public Exception Error { get; }
Property Value
Type Description
System.Exception

The System.Exception, or null if the failure was not caused by an exception.

View Source

NavigationContext

Gets the navigation context.

Declaration
public NavigationContext NavigationContext { get; }
Property Value
Type Description
NavigationContext

The navigation context.

View Source

Uri

Gets the navigation URI

Declaration
public Uri Uri { get; }
Property Value
Type Description
System.Uri

The URI.

Remarks

This is a convenience accessor around NavigationContext.Uri.

Extension Methods

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