ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Style Class / OnStyleChanged Method
System.EventArgs that contains the event data.

In This Topic
    OnStyleChanged Method (Style)
    In This Topic
    Raises the StyleChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnStyleChanged( _
       ByVal e As System.EventArgs _
    ) 
    protected virtual void OnStyleChanged( 
       System.EventArgs e
    )

    Parameters

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