Json.NET - Quick Starts & API Documentation
OnDeserializing Property
Namespaces ► Newtonsoft.Json.Serialization ► JsonContract ► OnDeserializing
Gets or sets the method called during deserialization of the object.

C# | Visual Basic | Visual C++ |
public MethodInfo OnDeserializing { get; set; }
Public Property OnDeserializing As MethodInfo Get Set
public: property MethodInfo^ OnDeserializing { MethodInfo^ get (); void set (MethodInfo^ value); }

The method called during deserialization of the object.