OnPropertyChanging Method (propertyName)

Json.NET

Json.NET - Quick Starts & API Documentation OnPropertyChanging Method (propertyName)
NamespacesNewtonsoft.Json.LinqJObjectOnPropertyChanging(String)
Raises the PropertyChanging event with the provided arguments.
Declaration Syntax
C# Visual Basic Visual C++
protected virtual void OnPropertyChanging(
	string propertyName
)
Protected Overridable Sub OnPropertyChanging ( _
	propertyName As String _
)
protected:
virtual void OnPropertyChanging(
	String^ propertyName
)
Parameters
propertyName (String)
Name of the property.

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