.Net Maui Validate Property of a Model in the ViewModel Class #23500
Unanswered
DevRonaldR
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using MVVM along with the MVVM Community Toolkit.
I have a Constructor in my .Net Maui ViewModel
I have an Observable property in the .Net Maui ViewModel
These events are in the Code Generated Community Toolkit.
OnCompanyInfoChanging
OnPropertyChanging
OnCompanyInfoChanged
OnPropertyChanged
For some reason I can't get any of these events to fire when I change a property of the CompanyInfo Observable Property.
Beta Was this translation helpful? Give feedback.
All reactions