Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / ThemeEventArgs Class / ThemeEventArgs Constructor
The name of the theme.

In This Topic
    ThemeEventArgs Constructor
    In This Topic
    Initializes a new instance of the ThemeEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal themeName As System.String _
    )
    public ThemeEventArgs( 
       System.string themeName
    )

    Parameters

    themeName
    The name of the theme.
    See Also