'Declaration <DescriptionAttribute("Occurs when the loading progress of image is changed.")> <CategoryAttribute("VintaSoft")> Public Event ImageLoadingProgress As System.EventHandler(Of ProgressEventArgs)
[Description("Occurs when the loading progress of image is changed.")] [Category("VintaSoft")] public event System.EventHandler<ProgressEventArgs> ImageLoadingProgress
[Description("Occurs when the loading progress of image is changed.")] [Category("VintaSoft")] public: __event System.EventHandler<ProgressEventArgs*>* ImageLoadingProgress
[Description("Occurs when the loading progress of image is changed.")] [Category("VintaSoft")] public:
event System.EventHandler<ProgressEventArgs^>^ ImageLoadingProgress