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