Class
WindowsThemeChangedEventArgs

Provides data for the WindowsThemeChanged event.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class WindowsThemeChangedEventArgs : EventArgs

Inheritance: objectEventArgsWindowsThemeChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

WindowsThemeChangedEventArgs(WindowsTheme, WindowsTheme)

Declaration

cs-api-definition
public WindowsThemeChangedEventArgs(WindowsTheme previousTheme, WindowsTheme currentTheme)

Parameters

previousTheme

WindowsTheme

currentTheme

WindowsTheme

Properties

CurrentTheme

Gets the current theme of the Windows.

Declaration

cs-api-definition
public WindowsTheme CurrentTheme { get; }

Property Value

WindowsTheme

PreviousTheme

Gets the previous theme of the Windows.

Declaration

cs-api-definition
public WindowsTheme PreviousTheme { get; }

Property Value

WindowsTheme