Gets or sets the method called immediately after deserialization of the object.
| C# | Visual Basic | Visual C++ |
public MethodInfo OnDeserialized { get; set; }
Public Property OnDeserialized As MethodInfo Get Set
public: property MethodInfo^ OnDeserialized { MethodInfo^ get (); void set (MethodInfo^ value); }
The method called immediately after deserialization of the object.