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 SourceRoutedEventArgs(RouteInfo)
Declaration
public RoutedEventArgs(RouteInfo route)
Parameters
Type | Name | Description |
---|---|---|
RouteInfo | route |
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 SourceNewRoute
Declaration
public RouteInfo NewRoute { get; }
Property Value
Type | Description |
---|---|
RouteInfo |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()