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