[]
Occurs after a theme has been applied to an object managed by the current theme controller.
See remarks for details.
[C1Description("C1ThemeController.ObjectThemeApplied", "Occurs after a theme has been applied to an object managed by the current theme controller.")]
public event ObjectThemeEventHandler ObjectThemeApplied
Type | Description |
---|---|
ObjectThemeEventHandler | Occurs after a theme has been applied to an object managed by the current theme controller. See remarks for details. |
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.