CoreWebView2Controller.RasterizationScaleChanged Event

Definition

RasterizationScaleChanged is raised when the RasterizationScale property changes.

public event EventHandler<object> RasterizationScaleChanged;
member this.RasterizationScaleChanged : EventHandler<obj> 
Public Custom Event RasterizationScaleChanged As EventHandler(Of Object) 

Event Type

Remarks

The event is raised when the Webview detects that the monitor DPI scale has changed, ShouldDetectMonitorScaleChanges is true, and the Webview has changed the RasterizationScale property.

Applies to

See also