Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / ApplicationThemeEventHandler Delegate
The event data.

In This Topic
    ApplicationThemeEventHandler Delegate
    In This Topic
    Represents a method that will handle an event related to an application-wide theme.
    Syntax
    'Declaration
     
    Public Delegate Sub ApplicationThemeEventHandler( _
       ByVal e As ThemeEventArgs _
    ) 
    public delegate void ApplicationThemeEventHandler( 
       ThemeEventArgs e
    )

    Parameters

    e
    The event data.
    See Also