'Declaration
<SRCategoryAttribute("CatPropertyChanged")> <SRDescriptionAttribute("ControlOnBackColorChangedDescr")> Public Event BackColorChanged As System.EventHandler
'Usage
Dim instance As WorkbookDesigner Dim handler As System.EventHandler AddHandler instance.BackColorChanged, handler
[SRCategory("CatPropertyChanged")] [SRDescription("ControlOnBackColorChangedDescr")] public event System.EventHandler BackColorChanged