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