Fired when the user zooms using the mouse wheel.
Parameters
Parameter | Description |
---|---|
Zoom | The new zoom amount |
Remarks
The OnZoom event is fired when the user zooms by holding the CTRL key and scrolling the mouse wheel. The new zoom value is provided via the Zoom parameter.
Example
Transfer Param1 to Zoom // Synchronize with another control Set_Property(@Window:".OLE_PICTURE2", "OLE.Zoom", Zoom)