I have an issue where every single view model that inherits from Catel.MVVM.ViewModel is never calling InitializeAsync(). What could I be missing that blocks this call?
I'm using Catel.MVVM v5.12.22.
I have an issue where every single view model that inherits from Catel.MVVM.ViewModel is never calling InitializeAsync(). What could I be missing that blocks this call?
I'm using Catel.MVVM v5.12.22.
Copyright © 2021 Jogjafile Inc.
The fix is to change the control type from
UserControltocatel:UserControl.Edit: you might want to include validation messages.