GrapeCity ActiveReports for .NET 16.0J
DpiChanged イベント

GrapeCity.ActiveReports.Design.Controls.JsonDataSourceEditor 名前空間 > JsonConnectionStringEditorForm クラス : DpiChanged イベント
シンタックス
'宣言
 
<SRCategoryAttribute("CatLayout")>
<SRDescriptionAttribute("FormOnDpiChangedDescr")>
Public Event DpiChanged As System.Windows.Forms.DpiChangedEventHandler
[SRCategory("CatLayout")]
[SRDescription("FormOnDpiChangedDescr")]
public event System.Windows.Forms.DpiChangedEventHandler DpiChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Forms.DpiChangedEventArgs 型の引数を受け取りました。次の DpiChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
System.ComponentModel.CancelEventArgsから継承されます。
Gets the DPI value for the new display device where the control or form is currently being displayed.  
Gets the DPI value for the display device where the control or form was previously displayed.  
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.  
参照