'Declaration<SRDescriptionAttribute("ControlRegionChangedDescr")> <SRCategoryAttribute("CatPropertyChanged")> Public Event RegionChanged As System.EventHandler
'UsageDim instance As FormulaBar Dim handler As System.EventHandler AddHandler instance.RegionChanged, handler
[SRDescription("ControlRegionChangedDescr")] [SRCategory("CatPropertyChanged")] public event System.EventHandler RegionChanged