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

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

    Parameters

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