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