© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago
The Fog from Human Resources

✅ 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]
[ObservableProperty]
doesnt work on that
Additionally id also need to handle stuff when the selection of a
ComboBox
ComboBox
changes
On google people say it works if you just put a get and set in there but as stated above it doesnt
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ Avalonia - Textbox text changed
C#CC# / help
2y ago
✅ Change FontSize in ViewModel Avalonia
C#CC# / help
2y ago
✅ Creating a ToolTip on a TextBox Avalonia
C#CC# / help
2y ago
✅ (Avalonia) - binding not updating view `InnerLeftContent` on TextBox
C#CC# / help
2y ago