ThemeChangedEventArgs Class
Definition
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
public ref class ThemeChangedEventArgs sealed : EventArgs
public sealed class ThemeChangedEventArgs : EventArgs
type ThemeChangedEventArgs = class
inherit EventArgs
Public NotInheritable Class ThemeChangedEventArgs
Inherits EventArgs
- Inheritance
-
ThemeChangedEventArgs
Constructors
ThemeChangedEventArgs(Int32) |
Creates a new instance of the class with the specified message value. |
Properties
Message |
The message that initiated the theme color change |