Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CanvasBase Class / OnSizeChanged Method


In This Topic
    OnSizeChanged Method (CanvasBase)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnSizeChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As CanvasBase
    Dim e As EventArgs
     
    instance.OnSizeChanged(e)
    protected override void OnSizeChanged( 
       EventArgs e
    )

    Parameters

    e
    See Also