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