Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / OnHandleCreated Method
An System.EventArgs that contains the event data


In This Topic
    OnHandleCreated Method (FpScrollBar)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnHandleCreated( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpScrollBar
    Dim e As EventArgs
     
    instance.OnHandleCreated(e)
    protected override void OnHandleCreated( 
       EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data
    See Also