CoreWebView2Controller.RasterizationScaleChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.