VSColorTheme::ThemeChanged Event

 

Raised when Visual Studio theme color changes.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
event ThemeChangedEventHandler^ ThemeChanged {
	static void add(ThemeChangedEventHandler^ value);
	static void remove(ThemeChangedEventHandler^ value);
}
Return to top
Show: