ClassThemeNameChangedEventArgs
Class
Represents the event data for the %ThemeNameChanged:ThemeNameChanged% event.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class ThemeNameChangedEventArgs : EventArgs
Inheritance: objectEventArgsThemeNameChangedEventArgs
Inherited Members
Constructors
ThemeNameChangedEventArgs(string, string)
Initializes a new instance of the ThemeNameChangedEventArgs class.
Fields
newThemeName
Represents the new theme name.
oldThemeName
Represents the old theme name.