Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / OnSizeChanged Method
Event data


In This Topic
    OnSizeChanged Method (TabStrip)
    In This Topic
    Occurs when the size has changed.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnSizeChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As TabStrip
    Dim e As EventArgs
     
    instance.OnSizeChanged(e)
    protected override void OnSizeChanged( 
       EventArgs e
    )

    Parameters

    e
    Event data
    See Also