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