Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeController Class / OnThemeChanged Method
The name of the theme that was assigned to the Theme property.

In This Topic
    OnThemeChanged Method (C1ThemeController)
    In This Topic
    Fires the ThemeChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnThemeChanged( _
       ByVal themeName As System.String _
    ) 
    protected virtual void OnThemeChanged( 
       System.string themeName
    )

    Parameters

    themeName
    The name of the theme that was assigned to the Theme property.
    See Also