Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeController Class / ObjectThemeChanged Event

In This Topic
    ObjectThemeChanged Event (C1ThemeController)
    In This Topic
    Occurs after a theme on an object managed by the current theme controller has been changed.

    See remarks in ObjectThemeApplied for details.

    Syntax
    'Declaration
     
    Public Event ObjectThemeChanged As ObjectThemeEventHandler
    public event ObjectThemeEventHandler ObjectThemeChanged
    Event Data

    The event handler receives an argument of type ObjectThemeEventArgs containing data related to this event. The following ObjectThemeEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the object related to the event.  
    Gets the name of the theme related to the event. (Inherited from C1.Win.C1Themes.ThemeEventArgs)
    See Also