[]
        
(Showing Draft Content)

C1.Win.C1Themes.C1ThemeController.ObjectThemeApplied

ObjectThemeApplied Event

Occurs after a theme has been applied to an object managed by the current theme controller.

See remarks for details.

Namespace: C1.Win.C1Themes
Assembly: C1.Win.C1Themes.4.8.dll
Syntax
[C1Description("C1ThemeController.ObjectThemeApplied", "Occurs after a theme has been applied to an object managed by the current theme controller.")]
public event ObjectThemeEventHandler ObjectThemeApplied
Returns
Type Description
ObjectThemeEventHandler Occurs after a theme has been applied to an object managed by the current theme controller. See remarks for details.
Remarks

The ObjectThemeChanging and ObjectThemeChanged events occur when the value of the Theme extender property on an object changes. The ObjectThemeApplying and ObjectThemeApplied events occur when a new theme is applied to the object - which may happen even without changing the Theme property on the object. For instance, if the object uses the default theme specified for the containing form, and the form's theme is changed the Applying/Applied events on the object will fire but the Changing/Changed events will not.