Class NavigationContext<T>
Navigation context with before event
Inherited Members
System.Object.ToString()
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 NavigationContext<T> : NavigationContext
Type Parameters
Name | Description |
---|---|
T | viewModel type |
Properties
| Improve this Doc View SourceBeforeNavigate
Action that wil be called before navigation
Declaration
public Action<T> BeforeNavigate { get; set; }
Property Value
Type | Description |
---|---|
System.Action<T> |