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