Class
ThemeChangedEventArgs

Provides data for theme change events in Telerik WinControls.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class ThemeChangedEventArgs : EventArgs

Inheritance: objectEventArgsThemeChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

ThemeChangedEventArgs(string)

Initializes a new instance of the ThemeChangedEventArgs class.

Declaration

cs-api-definition
public ThemeChangedEventArgs(string themeName)

Parameters

themeName

string

The name of the new theme that has been applied.

Properties

ThemeName

Gets the name of the theme that has been applied.

Declaration

cs-api-definition
public string ThemeName { get; }

Property Value

string

A string representing the name of the current theme, such as "Office2019", "Material", etc.