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