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