'Declaration <CategoryAttribute("VintaSoft")> <DescriptionAttribute("Occurs when new thumbnail is added.")> Public Event ThumbnailAdded As System.EventHandler(Of ThumbnailEventArgs)
[Category("VintaSoft")] [Description("Occurs when new thumbnail is added.")] public event System.EventHandler<ThumbnailEventArgs> ThumbnailAdded
[Category("VintaSoft")] [Description("Occurs when new thumbnail is added.")] public: __event System.EventHandler<ThumbnailEventArgs*>* ThumbnailAdded
[Category("VintaSoft")] [Description("Occurs when new thumbnail is added.")] public:
event System.EventHandler<ThumbnailEventArgs^>^ ThumbnailAdded