MouseOptionsZoomComplete Event | 
 
Raised when an area is zoomed to when the 
Zooming property is set to true.
 
    Namespace: 
   AGI.Foundation.Graphics.Advanced
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic event EventHandler ZoomComplete
Public Event ZoomComplete As EventHandler
public:
 event EventHandler^ ZoomComplete {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}member ZoomComplete : IEvent<EventHandler,
    EventArgs>
Value
Type: 
SystemEventHandler
See Also