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