OnPropertyChanged Method (propertyName)

Json.NET

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

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