The properties of the IChangeEventObserver interface are listed below. For a complete list of IChangeEventObserver interface members, see the IChangeEventObserver Members topic.
ObservedCollectionChangeSenders | The implementation should return an array of instances whose collection change events (as defined by the CollectionChangeEventArgs event argument type) the current instance observes. |
ObservedPropertyChangeSenders | The implementation should return an array of instances whose property change events (as defined by the PropertyChangeEventArgs event argument type) the current instance observes. |
IChangeEventObserver Interface | LaMarvin.ComponentModel Namespace