'Declaration
<SRCategoryAttribute("CatPropertyChanged")> <SRDescriptionAttribute("ControlOnRightToLeftLayoutChangedDescr")> Public Event RightToLeftLayoutChanged As System.EventHandler
'Usage
Dim instance As WorkbookDesigner Dim handler As System.EventHandler AddHandler instance.RightToLeftLayoutChanged, handler
[SRCategory("CatPropertyChanged")] [SRDescription("ControlOnRightToLeftLayoutChangedDescr")] public event System.EventHandler RightToLeftLayoutChanged