ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperLabelBase Class / OnPaddingChanged Method
An System.EventArgs that contains the event data.

In This Topic
    OnPaddingChanged Method (C1SuperLabelBase)
    In This Topic
    Raises the System.Windows.Forms.Control.PaddingChanged event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnPaddingChanged( _
       ByVal e As System.EventArgs _
    ) 
    protected override void OnPaddingChanged( 
       System.EventArgs e
    )

    Parameters

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