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