OnObjectThemeChanging Method (C1ThemeController)
In This Topic
Syntax
'Declaration
Protected Overridable Sub OnObjectThemeChanging( _
ByVal As System.Object, _
ByVal As System.String _
)
protected virtual void OnObjectThemeChanging(
System.object ,
System.string
)
Parameters
- obj
- The object on which the theme is going to be changed.
- themeName
- The name of the theme that will be applied to .
See Also