WinForms › Office Window › WindowChromeThemeChangedEventArgs
WindowChromeThemeChangedEventArgs
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.Windows
A custom event argument class for the event WindowChromeThemeChanged.
public sealed class WindowChromeThemeChangedEventArgs : EventArgs
Inherits from / implements: EventArgs
Members at a glance
NewChromeTheme | Gets or sets the new chrome theme. |
PreviousChromeTheme | Gets or sets the previous chrome theme. |
Properties
NewChromeTheme
public WindowChromeTheme NewChromeTheme
Gets or sets the new chrome theme.
PreviousChromeTheme
public WindowChromeTheme PreviousChromeTheme
Gets or sets the previous chrome theme.