ClassWindowsThemeChangedEventArgs
Class
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
Constructors
WindowsThemeChangedEventArgs(WindowsTheme, WindowsTheme)
Declaration
cs-api-definition
public WindowsThemeChangedEventArgs(WindowsTheme previousTheme, WindowsTheme currentTheme)
Parameters
previousTheme
currentTheme
Properties
CurrentTheme
Gets the current theme of the Windows.
PreviousTheme
Gets the previous theme of the Windows.
Declaration
cs-api-definition
public WindowsTheme PreviousTheme { get; }
Property Value