Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望在对象的Count属性上设置一个侦听器List<>,即当计数发生变化时,执行一些代码。
Count
List<>
在像 List 这样的内置类的现有属性上设置 observable 的最佳方法是什么?
你不能,基本上。使用从一开始就为此目的设计的类,例如ObservableCollection<T>.
ObservableCollection<T>