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