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