OnZoomFactorChanged - cWebView2Browser
Sent when the zoom level is changed by the user
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| rZoomFactor | Real | Zoom factor |
Syntax
Procedure OnZoomFactorChanged Real rZoomFactor
Description
This message is sent when the zoom level is changed by the user.
The zoom factor usally ranges from 0.25 to 5.0.
Setting prZoomFactor will not trigger this event.