✅ 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
Additionally id also need to handle stuff when the selection of a
On google people say it works if you just put a get and set in there but as stated above it doesnt
[ObservableProperty] doesnt work on thatAdditionally id also need to handle stuff when the selection of a
ComboBox changesOn google people say it works if you just put a get and set in there but as stated above it doesnt