Themes for WinForms | ComponentOne
C1.Win.C1Themes.Extended.4.5.2 Assembly / C1.Win.C1Themes Namespace / ThemeApplyingEventArgs Class / ThemeApplyingEventArgs Constructor / ThemeApplyingEventArgs Constructor(String)
Name of the theme to be assigned.

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

    Parameters

    themeName
    Name of the theme to be assigned.
    See Also