API:Vcl.Edge.TEdgeBrowser.OnZoomFactorChanged
Delphi
property OnZoomFactorChanged: TZoomFactorChangedEvent read FOnZoomFactorChanged write FOnZoomFactorChanged;
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
Vcl.Edge.TEdgeBrowser.OnZoomFactorChanged inherits from Vcl.Edge.TCustomEdgeBrowser.OnZoomFactorChanged. All content below this line refers to Vcl.Edge.TCustomEdgeBrowser.OnZoomFactorChanged.
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.