Class
ThemeNameChangedEventArgs

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 EventArgs.Empty

Constructors

ThemeNameChangedEventArgs(string, string)

Initializes a new instance of the ThemeNameChangedEventArgs class.

Declaration

cs-api-definition
public ThemeNameChangedEventArgs(string oldThemeName, string newThemeName)

Parameters

oldThemeName

string

Initializes the old theme name.

newThemeName

string

Initializes the new theme name.

Fields

newThemeName

Represents the new theme name.

Declaration

cs-api-definition
public readonly string newThemeName

Field Value

string

oldThemeName

Represents the old theme name.

Declaration

cs-api-definition
public readonly string oldThemeName

Field Value

string