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