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