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