'Declaration
<SRDescriptionAttribute("ControlOnRightToLeftChangedDescr")> <SRCategoryAttribute("CatPropertyChanged")> Public Event RightToLeftChanged As System.EventHandler
'Usage
Dim instance As WorkbookDesigner Dim handler As System.EventHandler AddHandler instance.RightToLeftChanged, handler
[SRDescription("ControlOnRightToLeftChangedDescr")] [SRCategory("CatPropertyChanged")] 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.
[SRDescription("ControlOnRightToLeftChangedDescr")] [SRCategory("CatPropertyChanged")] public: __event System.EventHandler* RightToLeftChanged
[SRDescription("ControlOnRightToLeftChangedDescr")] [SRCategory("CatPropertyChanged")] public: event System.EventHandler^ RightToLeftChanged