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