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

In This Topic
    ThemeChanging Event (C1ThemeController)
    In This Topic
    Occurs before a new value is assigned to the Theme property.
    Syntax
    'Declaration
     
    Public Event ThemeChanging As ThemeEventHandler
    public event ThemeEventHandler ThemeChanging
    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