'Declaration <DescriptionAttribute("Occurs when an image zoom is changed.")> <CategoryAttribute("VintaSoft")> Public Event ZoomChanged As System.EventHandler(Of ZoomChangedEventArgs)
[Description("Occurs when an image zoom is changed.")] [Category("VintaSoft")] public event System.EventHandler<ZoomChangedEventArgs> ZoomChanged
[Description("Occurs when an image zoom is changed.")] [Category("VintaSoft")] public: __event System.EventHandler<ZoomChangedEventArgs*>* ZoomChanged
[Description("Occurs when an image zoom is changed.")] [Category("VintaSoft")] public:
event System.EventHandler<ZoomChangedEventArgs^>^ ZoomChanged