Property WillBeNavigatedFrom
WillBeNavigatedFrom
Gets a value indicating whether this view model will be navigated away from if the navigation is not cancelled. If this is false then the view model will remain active in the new route but nested child navigations or route options may be changing (or not, i.e. in the case of a refresh).
Declaration
public bool WillBeNavigatedFrom { get; }
Property Value
Type | Description |
---|---|
bool |