ThemeChangedEventArgs Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Arguments for the VSColorTheme.ThemeChanged event fired when VS colors change as result of a system color change, VS theme change, or OS theme change
C++
public ref class ThemeChangedEventArgs sealed : EventArgs
public sealed class ThemeChangedEventArgs : EventArgs
type ThemeChangedEventArgs = class
inherit EventArgs
Public NotInheritable Class ThemeChangedEventArgs
Inherits EventArgs
- Inheritance
-
ThemeChangedEventArgs
Theme |
Creates a new instance of the class with the specified message value. |
Message |
The message that initiated the theme color change |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |