Class ThemeChangedEventArgs
Provides data for the
Inheritance
System.Object
System.EventArgs
ThemeChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |