Show / Hide Table of Contents

Class RoutedEventArgs

Inheritance
System.Object
System.EventArgs
RoutedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neutronium.BuildingBlocks.Application.Navigation
Assembly: Neutronium.BuildingBlocks.Application.dll
Syntax
public class RoutedEventArgs : EventArgs

Constructors

| Improve this Doc View Source

RoutedEventArgs(RouteInfo)

Declaration
public RoutedEventArgs(RouteInfo route)
Parameters
Type Name Description
RouteInfo route
| Improve this Doc View Source

RoutedEventArgs(Object, String)

Declaration
public RoutedEventArgs(object viewModel, string routeName)
Parameters
Type Name Description
System.Object viewModel
System.String routeName

Properties

| Improve this Doc View Source

NewRoute

Declaration
public RouteInfo NewRoute { get; }
Property Value
Type Description
RouteInfo

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX