[]
        
(Showing Draft Content)

C1.Win.Themes.C1ThemeController.OnObjectThemeChanging

OnObjectThemeChanging Method

OnObjectThemeChanging(object, string)

Fires the ObjectThemeChanging event.

Declaration
protected virtual void OnObjectThemeChanging(object obj, string themeName)
Protected Overridable Sub OnObjectThemeChanging(obj As Object, themeName As String)
Parameters
Type Name Description
object obj

The object on which the theme is going to be changed.

string themeName

The name of the theme that will be applied to obj.