'Declaration
<SRDescriptionAttribute("Occurs when the control's visibility changes.")> <SRCategoryAttribute("Property Changed")> Public Event VisibleChanged As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.VisibleChanged, handler
[SRDescription("Occurs when the control's visibility changes.")] [SRCategory("Property Changed")] public event System.EventHandler VisibleChanged