GrapeCity ActiveReports for .NET 16.0J
Paint イベント (JsonConnectionStringEditorForm)

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

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

プロパティ解説
Gets the rectangle in which to paint.  
Gets the graphics used to paint.  
参照