'Declaration
<SRCategoryAttribute("CatPropertyChanged")> <SRDescriptionAttribute("ControlOnBackColorChangedDescr")> Public Event BackColorChanged As System.EventHandler
'Usage
Dim instance As FormulaBar Dim handler As System.EventHandler AddHandler instance.BackColorChanged, handler
[SRCategory("CatPropertyChanged")] [SRDescription("ControlOnBackColorChangedDescr")] 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.
[SRCategory("CatPropertyChanged")] [SRDescription("ControlOnBackColorChangedDescr")] public: __event System.EventHandler* BackColorChanged
[SRCategory("CatPropertyChanged")] [SRDescription("ControlOnBackColorChangedDescr")] public: event System.EventHandler^ BackColorChanged