The event to fire when the zoom scale is changed

Namespace: Emgu.CV.UI
Assembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public event EventHandler OnZoomScaleChange
Public Event OnZoomScaleChange As EventHandler
public:
 event EventHandler^ OnZoomScaleChange {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also