我希望使用ComboBox将视图模型中的属性绑定到Windows应用程序中的ReactiveUI。this.Bind(ViewModel, vm => vm.ViewModelProperty, v => v.comboBox.SelectedValue, comboBox.Events().SelectedValueChanged);
我得到了错误:CS1955 Non-invocable m
我有一些简单的示例WinForms代码,我试图将其转换为WPF。其思想是,如果选择了某个项目,则更改ComboBox中的项目,如果发生这种情况,则再次拖放ComboBox。hotListBox_SelectionChanged(object sender, SelectionChangedEventArgs e) if (hotListBox.SelectedItem= null) if (hotListBox.SelectedItem</em