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