ComponentOne Themes for WinForms
ObjectThemeApplied Event

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1ThemeController Class : ObjectThemeApplied Event
Occurs after a theme has been applied to an object managed by the current theme controller.

See remarks for details.

Syntax
'Declaration
 
Public Event ObjectThemeApplied As ObjectThemeEventHandler
public event ObjectThemeEventHandler ObjectThemeApplied
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.
See Also

Reference

C1ThemeController Class
C1ThemeController Members
ObjectThemeChanging Event
ObjectThemeChanged Event
ObjectThemeApplying Event