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