'Declaration
<SRCategoryAttribute("Behavior")> <SRDescriptionAttribute("Event raised when the system colors change.")> Public Event SystemColorsChanged As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.SystemColorsChanged, handler
[SRCategory("Behavior")] [SRDescription("Event raised when the system colors change.")] public event System.EventHandler SystemColorsChanged