Property IsFirstNavigation
IsFirstNavigation
Gets a value indicating whether this is the first time the view is being navigated to.
Declaration
public bool IsFirstNavigation { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The value of this property is only true for the first call to OnNavigatedToAsync(INavigator, NavigationArgs) on a view model, even if the navigation is cancelled/rerouted during that call.