Vcl.Edge.TCustomEdgeBrowser.OnZoomFactorChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnZoomFactorChanged: TZoomFactorChangedEvent read FOnZoomFactorChanged write FOnZoomFactorChanged;

C++

__property TZoomFactorChangedEvent OnZoomFactorChanged = {read=FOnZoomFactorChanged, write=FOnZoomFactorChanged};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser

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