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
{{ message }}
This repository has been archived by the owner on Nov 3, 2018. It is now read-only.
The WinRT binding process starts as soon as the DataContext is set, even if the component has not yet been added to the visual tree of the hosting window, in this case during the navigation what happens is that the bindings are evaluated before the NavigatingTo "event" of the navigation service. Should be interesting to be able to ask to the view resolver to resolve a view and a viewModel without glueing them and attach them in the navigation service after the NavigatingTo event.
The WinRT binding process starts as soon as the DataContext is set, even if the component has not yet been added to the visual tree of the hosting window, in this case during the navigation what happens is that the bindings are evaluated before the NavigatingTo "event" of the navigation service. Should be interesting to be able to ask to the view resolver to resolve a view and a viewModel without glueing them and attach them in the navigation service after the NavigatingTo event.
migrated from: RadicalFx/Radical#22
The text was updated successfully, but these errors were encountered: