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