'Declaration <DescriptionAttribute("Raised when a ToolWindow is closed.")> Public Event Closed As EventHandler
'Usage Dim instance As ToolWindow Dim handler As EventHandler AddHandler instance.Closed, handler
[Description("Raised when a ToolWindow is closed.")] public event EventHandler Closed