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