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