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