✅ How to handle TextBox Text changing on ViewModel in Avalonia
I have multiple text boxes that are needed before being able to process, and therefore they all must be filled for the continue button to become enabled, however, i cant seem to figure out how i can write such event handler on my ViewModel, i tried using get and set but
[ObservableProperty]
doesnt work on that
Additionally id also need to handle stuff when the selection of a ComboBox
changes
On google people say it works if you just put a get and set in there but as stated above it doesnt0 Replies