When observablelist generate update change event?
问题 I tried different collections under different conditions but all changes that I was able to receive were Permutation, Add, Removed and Replace changes. In what conditions does update change emerge? What base class, what stored class and what operations is needed to produce such event? 回答1: To generate an update event, you must create an ObservableList with an extractor. The extractor is a function mapping each element in the list to an array of Observable s. If any of those Observable s