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