Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / OnResize Method
EventArgs object containing the event data


In This Topic
    OnResize Method (TabStrip)
    In This Topic
    OnResize - Override the resize event
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnResize( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As TabStrip
    Dim e As EventArgs
     
    instance.OnResize(e)
    protected override void OnResize( 
       EventArgs e
    )

    Parameters

    e
    EventArgs object containing the event data
    See Also