Property Events
Events
Gets everything that happened in this navigator, in order: navigations, redirects, view model creation and activation, lifecycle method invocations, dialogs and busy state changes. Use ClearEvents() to start a fresh slice before the part of a test being asserted on.
Declaration
public IReadOnlyList<NavigatorEvent> Events { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<NavigatorEvent> |