Occurs when the system colors change.
Syntax
| Visual Basic (Declaration) | |
|---|
<SRDescriptionAttribute("Event raised when the system colors change.")>
<SRCategoryAttribute("Behavior")>
Public Event SystemColorsChanged As EventHandler |
| C# | |
|---|
[SRDescriptionAttribute("Event raised when the system colors change.")]
[SRCategoryAttribute("Behavior")]
public event EventHandler SystemColorsChanged |
| C++/CLI | |
|---|
[SRDescriptionAttribute("Event raised when the system colors change.")]
[SRCategoryAttribute("Behavior")]
public:
event EventHandler^ SystemColorsChanged |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also