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