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