'Declaration <DescriptionAttribute("Raised when the size of the tool window is changed.")> Public Event ToolWindowSizeChanged As EventHandler
'Usage Dim instance As ToolWindow Dim handler As EventHandler AddHandler instance.ToolWindowSizeChanged, handler
[Description("Raised when the size of the tool window is changed.")] public event EventHandler ToolWindowSizeChanged