DpiChangedEventHandler
DpiChangedEventHandler(Object, IntPtr)
BeginInvoke(Object, DpiChangedEventArgs, AsyncCallback, Object)
EndInvoke(IAsyncResult)
Invoke(Object, DpiChangedEventArgs)
netcoreapp3.1
namespace System.Windows.Forms
{
public delegate void DpiChangedEventHandler(object sender, DpiChangedEventArgs e);
{
public virtual IAsyncResult BeginInvoke(object sender, DpiChangedEventArgs e, AsyncCallback callback, object object);
}
}
.NET | 5.06.07.08.09.0 |
---|---|
.NET Core | 3.03.1 |
.NET Framework | 4.74.7.14.7.24.84.8.1 |
Information specific to netcoreapp3.1 | |
Assembly | System.Windows.Forms , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | Requires all:
|
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API