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