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