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