Control::DpiChangedBeforeParent Event

 

Occurs when the DPI setting for a control is changed programmatically before a DPI change event for it's parent control or form has occurred.

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

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

.NET Framework
Available since 4.7
Return to top
Show: