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