'Declaration
<SRDescriptionAttribute("ControlOnBackColorChangedDescr")> <SRCategoryAttribute("CatPropertyChanged")> Public Event BackColorChanged As System.EventHandler
'Usage
Dim instance As FormulaBar Dim handler As System.EventHandler AddHandler instance.BackColorChanged, handler
[SRDescription("ControlOnBackColorChangedDescr")] [SRCategory("CatPropertyChanged")] public event System.EventHandler BackColorChanged
public event BackColorChanged: System.EventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
[SRDescription("ControlOnBackColorChangedDescr")] [SRCategory("CatPropertyChanged")] public: __event System.EventHandler* BackColorChanged
[SRDescription("ControlOnBackColorChangedDescr")] [SRCategory("CatPropertyChanged")] public: event System.EventHandler^ BackColorChanged