Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpVerticalScrollBar Class / OnDeserialization Method
The object that initiated the callback. The functionality for this parameter is not currently implemented


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

    Parameters

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