Class ThemeChangedEventArgs
Provides data for the
Inheritance
System.Object
ThemeChangedEventArgs
Namespace: Syncfusion.Windows.Forms.Events
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ThemeChangedEventArgs : EventArgs
Constructors
ThemeChangedEventArgs(String)
Initializes a new instance of the ThemeChangedEventArgs class.
Declaration
public ThemeChangedEventArgs(string themeName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | themeName | Name of the theme. |
Properties
ThemeName
Gets the name of the theme.
Declaration
public string ThemeName { get; }
Property Value
| Type |
|---|
| System.String |