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