Themes for WinForms | ComponentOne
C1.Win.Themes.8 Assembly / C1.Win.Themes 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