'Declaration
<SRCategoryAttribute("Property Changed")> <SRDescriptionAttribute("Event raised when the value of the ForeColor property is changed on Control.")> Public Event ForeColorChanged As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.ForeColorChanged, handler
[SRCategory("Property Changed")] [SRDescription("Event raised when the value of the ForeColor property is changed on Control.")] public event System.EventHandler ForeColorChanged