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