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