OnObjectThemeApplied Method (C1ThemeController)
In This Topic
Fires the
ThemeChanged event.
Syntax
'Declaration
Protected Overridable Sub OnObjectThemeApplied( _
ByVal As System.Object, _
ByVal As System.String _
)
protected virtual void OnObjectThemeApplied(
System.object ,
System.string
)
Parameters
- obj
- The object to which the theme was applied.
- themeName
- The name of the theme that was applied to .
See Also