I have a class with observable collection property and I edit this property with PropertyGrid. When I remove some items from it and press OK button my collection starting to fire CollectionChanged events, but it doesn't fire event with Remove Action. Firstly it fires event with Reset action and then it fires events with Add action of remain items.
How can I get when collection fires last CollectionChanged event?
How can I get which items was removed?