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