Summary
An observable sequence that notifies subscribers this item was navigated to.
- Namespace
- Sextant
.Mocks - Containing Type
- NullViewModelMock
Syntax
public IObservable<Unit> WhenNavigatedTo(INavigationParameter parameter)
Parameters
Name | Type | Description |
---|---|---|
parameter | INavigationParameter | The parameter. |
Return Value
Type | Description |
---|---|
IObservable |
An observable sequence. |