ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / OnPaddingChanged Method
System.EventArgs that contains the event data.

In This Topic
    OnPaddingChanged Method (C1Sizer)
    In This Topic
    Overridden to update the control layout when the padding changes.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnPaddingChanged( _
       ByVal e As System.EventArgs _
    ) 
    protected override void OnPaddingChanged( 
       System.EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also