'宣言 Public Event DpiChanged As System.Windows.Forms.DpiChangedEventHandler
public event System.Windows.Forms.DpiChangedEventHandler DpiChanged
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Forms.DpiChangedEventArgs 型の引数を受け取りました。次の DpiChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 | 
|---|---|
| Cancel | System.ComponentModel.CancelEventArgsから継承されます。 | 
| DeviceDpiNew | Gets the DPI value for the new display device where the control or form is currently being displayed. | 
| DeviceDpiOld | Gets the DPI value for the display device where the control or form was previously displayed. | 
| SuggestedRectangle | Gets a System.Drawing.Rectangle that represents the new bounding rectangle for the control or form based on the DPI of the display device where it's displayed. | 
参照