Click or drag to resize
Json.NET

JProperty Events

 

The JProperty type exposes the following members.

Events
  NameDescription
Public eventAddingNew
Occurs before an item is added to the collection.
(Inherited from JContainer.)
Public eventCollectionChanged
Occurs when the items list of the collection has changed, or the collection is reset.
(Inherited from JContainer.)
Public eventListChanged
Occurs when the list changes or an item in the list changes.
(Inherited from JContainer.)
Top
See Also