Method OnDeserialization
OnDeserialization(Object)
Runs when the entire object graph has been deserialized.
Declaration
public virtual void OnDeserialization(object sender)
Parameters
Type | Name | Description |
---|---|---|
Object | sender | The object that initiated the callback. The functionality for this parameter is not currently implemented. |