Class ThemeChangedEventArgs
Provides data for theme change events in Telerik WinControls.
Inheritance
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class ThemeChangedEventArgs : EventArgs
Remarks
This event arguments class is used when a control's theme is changed, providing information about the new theme that has been applied to the control.
Constructors
ThemeChangedEventArgs(String)
Initializes a new instance of the ThemeChangedEventArgs class.
Declaration
public ThemeChangedEventArgs(string themeName)
Parameters
System.String
themeName
The name of the new theme that has been applied. |
Properties
ThemeName
Gets the name of the theme that has been applied.
Declaration
public string ThemeName { get; }
Property Value
System.String
A string representing the name of the current theme, such as "Office2019", "Material", etc. |