Class WindowsThemeChangedEventArgs
Inheritance
System.Object
System.EventArgs
WindowsThemeChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class WindowsThemeChangedEventArgs : EventArgs
Constructors
WindowsThemeChangedEventArgs(WindowsTheme, WindowsTheme)
Declaration
public WindowsThemeChangedEventArgs(WindowsTheme previousTheme, WindowsTheme currentTheme)
Parameters
WindowsTheme
previousTheme
|
WindowsTheme
currentTheme
|
Properties
CurrentTheme
Gets the current theme of the Windows.
Declaration
public WindowsTheme CurrentTheme { get; }
Property Value
WindowsTheme
|
PreviousTheme
Gets the previous theme of the Windows.
Declaration
public WindowsTheme PreviousTheme { get; }
Property Value
WindowsTheme
|