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