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