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