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