'Declaration <CategoryAttribute("Action")> <DescriptionAttribute("Raised when a SmartItem is removed from the SmartItems collection.")> <BrowsableAttribute(True)> Public Event ItemRemoved As EventHandler
'Usage Dim instance As SmartControl Dim handler As EventHandler AddHandler instance.ItemRemoved, handler
[Category("Action")] [Description("Raised when a SmartItem is removed from the SmartItems collection.")] [Browsable(true)] public event EventHandler ItemRemoved