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