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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
SystemEventHandlerSee Also