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