Control.DpiChangedAfterParent Evento
Definición
Se produce al cambiar mediante programación la configuración de PPP para un control después de que haya cambiado el valor de PPP para su control o formulario principal.Occurs when the DPI setting for a control is changed programmatically after the DPI of its parent control or form has changed.
public:
event EventHandler ^ DpiChangedAfterParent;
public event EventHandler DpiChangedAfterParent;
member this.DpiChangedAfterParent : EventHandler
Public Custom Event DpiChangedAfterParent As EventHandler