Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / ObjectThemeEventHandler Delegate
The source of the event.
The event data.

In This Topic
    ObjectThemeEventHandler Delegate
    In This Topic
    Represents a method that will handle a theme-related event that applies to a particular object.
    Syntax
    'Declaration
     
    Public Delegate Sub ObjectThemeEventHandler( _
       ByVal sender As C1ThemeController, _
       ByVal e As ObjectThemeEventArgs _
    ) 
    public delegate void ObjectThemeEventHandler( 
       C1ThemeController sender,
       ObjectThemeEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    The event data.
    See Also