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
Constructors
Fields
Represents the new theme name.
C#
public readonly string newThemeName
Represents the old theme name.
C#
public readonly string oldThemeName