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