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