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