Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / IC1Themeable Interface / OnThemeChanging Method
The name of the theme to be applied.

In This Topic
    OnThemeChanging Method (IC1Themeable)
    In This Topic
    Occurs when a theme is about to be applied to an object.
    Syntax
    'Declaration
     
    Sub OnThemeChanging( _
       ByVal theme As System.String _
    ) 
    void OnThemeChanging( 
       System.string theme
    )

    Parameters

    theme
    The name of the theme to be applied.
    See Also