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