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