'Declaration <CategoryAttribute("Action")> <DescriptionAttribute("Raised when a new child SmartItem is added to the SmartItem's Items collection.")> <BrowsableAttribute(True)> Public Event AddedToCollection As EventHandler
'Usage Dim instance As SmartItem Dim handler As EventHandler AddHandler instance.AddedToCollection, handler
[Category("Action")] [Description("Raised when a new child SmartItem is added to the SmartItem's Items collection.")] [Browsable(true)] public event EventHandler AddedToCollection