Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / OnDeserialization Method
The object that initiated the callback. The functionality for this parameter is not currently implemented


In This Topic
OnDeserialization Method (FpScrollBar)
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 FpScrollBar
Dim sender As Object
 
instance.OnDeserialization(sender)

Parameters

sender
The object that initiated the callback. The functionality for this parameter is not currently implemented
See Also