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