Mindscape LightSpeed - User Reference & API Documentation
OnDeserialization Method (sender)
API ReferenceMindscape.LightSpeedEntityOnDeserialization(Object)
Runs when the entire object graph has been deserialized.
Declaration Syntax
C#Visual Basic
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual void OnDeserialization(
	Object sender
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Overridable Sub OnDeserialization ( _
	sender As Object _
)
Parameters
sender (Object)
The object that initiated the callback. The functionality for this parameter is not currently implemented.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)