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