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