ActiveReports 13
CellPaint Event

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class : CellPaint Event
Occurs when the cell is redrawn.
Syntax
'Declaration
 
Public Event CellPaint As TableLayoutCellPaintEventHandler
public event TableLayoutCellPaintEventHandler CellPaint
Event Data

The event handler receives an argument of type TableLayoutCellPaintEventArgs containing data related to this event. The following TableLayoutCellPaintEventArgs properties provide information specific to this event.

PropertyDescription
Gets the size and location of the cell.  
Gets the rectangle in which to paint. (Inherited from System.Windows.Forms.PaintEventArgs)
Gets the column of the cell.  
Gets the graphics used to paint. (Inherited from System.Windows.Forms.PaintEventArgs)
Gets the row of the cell.  
See Also