Ā© 2026 Hedgehog Software, LLC
[ObservableProperty] [NotifyCanExecuteChangedFor(nameof(PreCheckCommand))] public string username;
[RelayCommand] public void PreCheck() { ... }
<TextBox ... Text="{Binding Username, Mode=TwoWay}"></TextBox>