New to Telerik UI for WinFormsStart a free 30-day trial

Represents the event data for the %ThemeNameChanged:ThemeNameChanged% event.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class ThemeNameChangedEventArgs : EventArgs

Inheritance: objectEventArgsThemeNameChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ThemeNameChangedEventArgs class.

C#
public ThemeNameChangedEventArgs(string oldThemeName, string newThemeName)
Parameters:oldThemeNamestring

Initializes the old theme name.

newThemeNamestring

Initializes the new theme name.

Fields

Represents the new theme name.

C#
public readonly string newThemeName

Represents the old theme name.

C#
public readonly string oldThemeName