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