PropertyChanged Event

Json.NET

Json.NET - Quick Starts & API Documentation PropertyChanged Event
NamespacesNewtonsoft.Json.LinqJObjectPropertyChanged
Occurs when a property value changes.
Declaration Syntax
C# Visual Basic Visual C++
public event PropertyChangedEventHandler PropertyChanged
Public Event PropertyChanged As PropertyChangedEventHandler
public:
virtual  event PropertyChangedEventHandler^ PropertyChanged {
	void add (PropertyChangedEventHandler^ value);
	void remove (PropertyChangedEventHandler^ value);
}

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