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