You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that WPF async navigation was deemed not worth implementing. Is there a work around to be able to write navigation code that waits for some asynchronous OnNavigatedFrom code to complete and for some OnNavigatedTo code to complete? Would OnNavigatedFrom async code need to move to ConfirmNavigationRequest and then an extension to RequestNavigation made to await some scheduled task at the end of normal navigation if a task was added?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Seems that WPF async navigation was deemed not worth implementing. Is there a work around to be able to write navigation code that waits for some asynchronous OnNavigatedFrom code to complete and for some OnNavigatedTo code to complete? Would OnNavigatedFrom async code need to move to ConfirmNavigationRequest and then an extension to RequestNavigation made to await some scheduled task at the end of normal navigation if a task was added?
Beta Was this translation helpful? Give feedback.
All reactions