Method ConfirmNavigationRequest
- Namespace
- Innova.Prism.Library.BaseViewModels
- Assembly
- Innova.Prism.Library.dll
ConfirmNavigationRequest(NavigationContext, Action<bool>)
Determines whether this instance accepts being navigated away from.
public void ConfirmNavigationRequest(NavigationContext navigationContext, Action<bool> continuationCallback)
Parameters
navigationContext
NavigationContextThe navigation context.
continuationCallback
Action<bool>The callback to indicate when navigation can proceed.
Remarks
Implementors of this method do not need to invoke the callback before this method is completed, but they must ensure the callback is eventually invoked.