'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