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