mscorlib(4.0.0.0) API with additions
IDeserializationCallback.cs
2 
4 {
6  [ComVisible(true)]
7  public interface IDeserializationCallback
8  {
11  void OnDeserialization(object sender);
12  }
13 }
Indicates that a class is to be notified when deserialization of the entire object graph has been com...
Definition: __Canon.cs:3
void OnDeserialization(object sender)
Runs when the entire object graph has been deserialized.