CollectionChanged Event

Json.NET

Json.NET - Quick Starts & API Documentation CollectionChanged Event
NamespacesNewtonsoft.Json.LinqJContainerCollectionChanged
Occurs when the items list of the collection has changed, or the collection is reset.
Declaration Syntax
C# Visual Basic Visual C++
public event NotifyCollectionChangedEventHandler CollectionChanged
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
public:
virtual  event NotifyCollectionChangedEventHandler^ CollectionChanged {
	void add (NotifyCollectionChangedEventHandler^ value);
	void remove (NotifyCollectionChangedEventHandler^ value);
}

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)