C1.Win.FlexChart.Toolbar.4.8 Assembly / C1.Win.Chart.Toolbar.Common Namespace / ChartRangePanel Class / CellPaint Event

CellPaint Event (ChartRangePanel)
Syntax
'Declaration
 
Public Event CellPaint As System.Windows.Forms.TableLayoutCellPaintEventHandler
 
Event Data

The event handler receives an argument of type System.Windows.Forms.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.  
(Inherited from System.Windows.Forms.PaintEventArgs)
Gets the column of the cell.  
(Inherited from System.Windows.Forms.PaintEventArgs)
Gets the row of the cell.  
See Also