API:Vcl.Edge.TEdgeBrowser.OnZoomFactorChanged
Delphi
property OnZoomFactorChanged;
C++
__property OnZoomFactorChanged;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | Vcl.Edge.pas Vcl.Edge.hpp |
Vcl.Edge | TEdgeBrowser |
Description
Fires when the ZoomFactor property of the WebView changes. The event could fire because the caller modified the ZoomFactor property, or due to the user manually modifying the zoom, but not from a programmatic change.
See Also
Vcl.Edge.TCustomEdgeBrowser.ZoomFactor
Fires when the ZoomFactor property of the WebView changes. The event could fire because the caller modified the ZoomFactor property, or due to the user manually modifying the zoom, but not from a programmatic change.