ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1TextBox Class / OnSizeChanged Method

In This Topic
    OnSizeChanged Method (C1TextBox)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub OnSizeChanged( _
       ByVal e As EventArgs _
    ) 
    protected override void OnSizeChanged( 
       EventArgs e
    )

    Parameters

    e
    See Also