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

In This Topic
    ObjectThemeApplying Event (C1ThemeController)
    In This Topic
    Occurs when a theme is about to be applied to an object managed by the current theme controller.

    See remarks in ObjectThemeApplied for details.

    Syntax
    'Declaration
     
    Public Event ObjectThemeApplying As ObjectThemeEventHandler
    public event ObjectThemeEventHandler ObjectThemeApplying
    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