Runs when the entire object graph has been deserialized.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual void OnDeserialization(
	Object sender
)
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Overridable Sub OnDeserialization ( _
	sender As Object _
)

Parameters

sender
Type: System..::.Object
The object that initiated the callback. The functionality for this parameter is not currently implemented.

Implements

IDeserializationCallback..::.OnDeserialization(Object)

See Also