Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / IC1Themeable Interface / OnThemeChanged Method
Applied theme name.

In This Topic
    OnThemeChanged Method (IC1Themeable)
    In This Topic
    Occurs after a theme has been applied to an object.
    Syntax
    'Declaration
     
    Sub OnThemeChanged( _
       ByVal theme As System.String _
    ) 
    void OnThemeChanged( 
       System.string theme
    )

    Parameters

    theme
    Applied theme name.
    See Also