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