✅ Avalonia - Textbox text changed
How can I react if the text in a TextBox https://reference.avaloniaui.net/api/Avalonia.Controls/TextBox/ changes. Right now I am using
KeyUp
but that doesn't handle things like backspace1 Reply
Found it just by guessing it is
TextChanged