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