Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / Surrogate<T> Class / AfterDeserialize Method
The serialization context

In This Topic
    AfterDeserialize Method (Surrogate<T>)
    In This Topic
    Called after the object deserialization.
    Syntax
    'Declaration
     
    Protected Overridable Sub AfterDeserialize( _
       ByVal serializationContext As SerializationContext _
    ) 
    protected virtual void AfterDeserialize( 
       SerializationContext serializationContext
    )

    Parameters

    serializationContext
    The serialization context
    Remarks
    The override of this method must always call the base at the beginning.
    See Also