GrapeCity ActiveReports for .NET 14.0J
CellPaint イベント

GrapeCity.ActiveReports.Design.Win アセンブリ > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers 名前空間 > DataVisualizerBasePanel クラス : CellPaint イベント
シンタックス
'宣言
 
Public Event CellPaint As TableLayoutCellPaintEventHandler
public event TableLayoutCellPaintEventHandler CellPaint
イベント データ

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

プロパティ解説
Gets the size and location of the cell.  
System.Windows.Forms.PaintEventArgsから継承されます。
Gets the column of the cell.  
System.Windows.Forms.PaintEventArgsから継承されます。
Gets the row of the cell.  
参照