WebView2.ZoomFactorChanged Event

Definition

The event is raised when the ZoomFactor property changes. This event directly exposes ZoomFactorChanged.

public event EventHandler<EventArgs> ZoomFactorChanged;
member this.ZoomFactorChanged : EventHandler<EventArgs> 
Public Event ZoomFactorChanged As EventHandler(Of EventArgs) 
Public Custom Event ZoomFactorChanged As EventHandler(Of EventArgs) 

Event Type

Implements

Applies to

See also