Provides data for the WindowsThemeChanged event.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class WindowsThemeChangedEventArgs : EventArgs
Inheritance: objectEventArgsWindowsThemeChangedEventArgs
Inherited Members
Constructors
C#
public WindowsThemeChangedEventArgs(WindowsTheme previousTheme, WindowsTheme currentTheme)
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; }