Table of Contents

Method RaiseWindowDpiChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RaiseWindowDpiChanged(object?, EventArgs)

Raises the WindowDpiChanged event.

public static void RaiseWindowDpiChanged(object? sender, EventArgs e)

Parameters

sender object

The source of the event.

e EventArgs

An EventArgs that contains the event data.

Remarks

This method invokes the WindowDpiChanged event, allowing subscribers to handle changes in DPI settings.