Input for WinForms | ComponentOne
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 EventArgs _
    ) 
    protected virtual void OnStyleChanged( 
       EventArgs e
    )

    Parameters

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