DpiChangedEventHandler Delegate

 

Represents the method that will handle a DpiChanged event of a form or control.

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

public delegate void DpiChangedEventHandler(
	Object^ sender,
	DpiChangedEventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the event.

e
Type: System.Windows.Forms::DpiChangedEventArgs^

A DpiChangedEventArgs that contains the event data.

.NET Framework
Available since 4.7
Return to top
Show: