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

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

    Parameters

    obj
    The target object.
    themeName
    The name of the theme.
    See Also