'Declaration <CategoryAttribute("Action")> <DescriptionAttribute("Raised when the dropdown section of a SmartControl has dropped down.")> <BrowsableAttribute(True)> Public Event DropDownEnded As EventHandler
'Usage Dim instance As SmartControl Dim handler As EventHandler AddHandler instance.DropDownEnded, handler
[Category("Action")] [Description("Raised when the dropdown section of a SmartControl has dropped down.")] [Browsable(true)] public event EventHandler DropDownEnded