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

Provides data for the WindowsThemeChanged event.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class WindowsThemeChangedEventArgs : EventArgs

Inheritance: objectEventArgsWindowsThemeChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public WindowsThemeChangedEventArgs(WindowsTheme previousTheme, WindowsTheme currentTheme)
Parameters:previousThemeWindowsThemecurrentThemeWindowsTheme

Properties

Gets the current theme of the Windows.

C#
public WindowsTheme CurrentTheme { get; }

Gets the previous theme of the Windows.

C#
public WindowsTheme PreviousTheme { get; }