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

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

    Parameters

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