'Declaration <CategoryAttribute("Action")> <DescriptionAttribute("Raised when a SmartItem's dropdown is closed.")> <BrowsableAttribute(True)> Public Event DropDownClosed As EventHandler
'Usage Dim instance As SmartItem Dim handler As EventHandler AddHandler instance.DropDownClosed, handler
[Category("Action")] [Description("Raised when a SmartItem's dropdown is closed.")] [Browsable(true)] public event EventHandler DropDownClosed