Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeController Class / OnObjectThemeChanged Method
The object on which the theme was changed.
The name of the theme that was applied to obj.

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

    Parameters

    obj
    The object on which the theme was changed.
    themeName
    The name of the theme that was applied to obj.
    See Also