'Declaration <DescriptionAttribute("Raised when the value of the AllowDrag property is changed.")> <CategoryAttribute("Property Changed")> <BrowsableAttribute(False)> Public Event AllowDragChanged As EventHandler
'Usage Dim instance As TabbedMdiTabStripAppearance Dim handler As EventHandler AddHandler instance.AllowDragChanged, handler
[Description("Raised when the value of the AllowDrag property is changed.")] [Category("Property Changed")] [Browsable(false)] public event EventHandler AllowDragChanged