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