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