Click or drag to resize
Json.NET

JObject Events

 

The JObject 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.)
Public eventPropertyChanged
Occurs when a property value changes.
Public eventPropertyChanging
Occurs when a property value is changing.
Top
See Also