Spread Windows Forms 12.0 Product Documentation
OnDeserialization Method (GroupDataModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > GroupDataModel Class : OnDeserialization Method
The object that initiated the callback.
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

Reference

GroupDataModel Class
GroupDataModel Members