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