ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1SizerLightEventHandler Delegate

In This Topic
    C1SizerLightEventHandler Delegate
    In This Topic
    Represents the method that will handle the ResizingFont and ResizingControl events of a C1SizerLight component.
    Syntax
    'Declaration
     
    Public Delegate Sub C1SizerLightEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As C1SizerLightEventArgs _
    ) 
    public delegate void C1SizerLightEventHandler( 
       System.object sender,
       C1SizerLightEventArgs e
    )

    Parameters

    sender
    e
    See Also