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