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

In This Topic
    ThemeChanged Event (C1ThemeController)
    In This Topic
    Occurs after a new value has been assigned to the Theme property.
    Syntax
    'Declaration
     
    Public Event ThemeChanged As ThemeEventHandler
    public event ThemeEventHandler ThemeChanged
    Event Data

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

    PropertyDescription
    Gets the name of the theme related to the event.  
    See Also