Class RegionNavigationEventArgs
EventArgs used with the Navigated event.
Inheritance
System.Object
    System.EventArgs
    RegionNavigationEventArgs
  
      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 RegionNavigationEventArgs : EventArgs
  Constructors
View SourceRegionNavigationEventArgs(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 SourceNavigationContext
Gets the navigation context.
Declaration
public NavigationContext NavigationContext { get; }
  Property Value
| Type | Description | 
|---|---|
| NavigationContext | The navigation context.  | 
      
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.