Description
Occurs when DPI changes.
Syntax
DPIChanged (int olddpi, int newdpi)
Event ID
Arguments
Return Values
None
Usage
Use this event to handle DPI change notifications at runtime, so you can adjust layouts, fonts, or graphics immediately when the system DPI changes.
This event will be fired only when the application is compiled and run as an executable file. For more information, refer to the section called “Enabling DPI Awareness”.


