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.