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