Fired when the user changes the zoom factor of the page displayed in the control.
Syntax
Private Sub object_ZoomChanged(Zoom as Integer)
The ZoomChanged event syntax has these parts:
| Element | Description |
| Object | The object placeholder represents an OrdoWebView2 control |
| Zoom | Integer. the zoom percentage |