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