PropertyChanging Event

Json.NET

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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)