ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1SizerLight Class / OnResizingControl Method
A C1SizerLightEventArgs that contains the event data.

In This Topic
    OnResizingControl Method (C1SizerLight)
    In This Topic
    Raises the ResizingControl event.
    Syntax
    'Declaration
     
    Protected Sub OnResizingControl( _
       ByVal e As C1SizerLightEventArgs _
    ) 
    protected void OnResizingControl( 
       C1SizerLightEventArgs e
    )

    Parameters

    e
    A C1SizerLightEventArgs that contains the event data.
    See Also