Control::DpiChangedAfterParent Event

 

Occurs when the DPI setting for a control is changed programmatically after the DPI of it's parent control or form has changed.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
event EventHandler^ DpiChangedAfterParent {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

.NET Framework
Available since 4.7
Return to top
Show: