因此,我在单选按钮上有一个命令,它绑定到项目源之外的方法(即ObservableCollection)。这会在单击单选按钮时产生错误。46555789); target element is 'RadioButton' (Name=''); target property is 'Command' (type 'ICommand') <StackPanel Name=&q
handler(this, new PropertyChangedEventArgs(name));我可以将我的类的实例绑定到myBinding.Source = myPerson;现在我有了我的类的集合,并希望将其绑定到ListBox:
List<Person> myCollection = new List<Pe