Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeController Class / OnObjectThemeApplying Method
The object to which the theme is going to be applied.
The name of the theme that will be applied to obj.

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

    Parameters

    obj
    The object to which the theme is going to be applied.
    themeName
    The name of the theme that will be applied to obj.
    See Also