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