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