Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GroupDataModel Class / OnDeserialization Method
The object that initiated the callback.


In This Topic
    OnDeserialization Method (GroupDataModel)
    In This Topic
    Runs when the entire object graph has been deserialized.
    Syntax
    'Declaration
     
    
    Public Sub OnDeserialization( _
       ByVal sender As Object _
    ) 
    'Usage
     
    
    Dim instance As GroupDataModel
    Dim sender As Object
     
    instance.OnDeserialization(sender)
    public void OnDeserialization( 
       object sender
    )

    Parameters

    sender
    The object that initiated the callback.
    See Also