Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / DeserializeEntry Method


In This Topic
    DeserializeEntry Method (PSObject)
    In This Topic
    Creates a new shape object from serialization. Serialize single entry. Should not overrides unless using base serialize for binary or item need combination might missing.
    Syntax
    'Declaration
     
    
    Protected Overridable Function DeserializeEntry( _
       ByVal entry As SerializationEntry _
    ) As Boolean
    'Usage
     
    
    Dim instance As PSObject
    Dim entry As SerializationEntry
    Dim value As Boolean
     
    value = instance.DeserializeEntry(entry)
    protected virtual bool DeserializeEntry( 
       SerializationEntry entry
    )

    Parameters

    entry

    Return Value

    TRUE if handled
    See Also