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