WebView2.ZoomFactorChanged Event

Definition

ZoomFactorChanged dispatches when the ZoomFactor property changes. This is equivalent to the ZoomFactorChanged event.

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

Event Type

Applies to

See also