Show / Hide Table of Contents

Class RegionNavigationEventArgs

EventArgs used with the Navigated event.

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

Constructors

View Source

RegionNavigationEventArgs(NavigationContext)

Initializes a new instance of the RegionNavigationEventArgs class.

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

The navigation context.

Properties

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
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