'Declaration <CategoryAttribute("Action")> <DescriptionAttribute("Raised when the SmartItem is double-clicked.")> <BrowsableAttribute(True)> Public Event DoubleClick As EventHandler
'Usage Dim instance As SmartItem Dim handler As EventHandler AddHandler instance.DoubleClick, handler
[Category("Action")] [Description("Raised when the SmartItem is double-clicked.")] [Browsable(true)] public event EventHandler DoubleClick