'Declaration <DescriptionAttribute("Raised when the value of the Visible property is changed")> <CategoryAttribute("Property Changed")> Public Event VisibleChanged As EventHandler
'Usage Dim instance As GridElement Dim handler As EventHandler AddHandler instance.VisibleChanged, handler
[Description("Raised when the value of the Visible property is changed")] [Category("Property Changed")] public event EventHandler VisibleChanged