New to Telerik UI for WinFormsStart a free 30-day trial

Event arguments used in the HeaderCellPainted event, which is fired after the paint of a row header cell.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class HeatMapRowHeaderCellPaintedEventArgs : HeatMapHeaderCellPaintedEventArgs

Inheritance: objectEventArgsHeatMapCellIndexEventArgsHeatMapHeaderCellPaintedEventArgsHeatMapRowHeaderCellPaintedEventArgs

Inherited Members HeatMapHeaderCellPaintedEventArgs.GraphicsHeatMapHeaderCellPaintedEventArgs.BoundsHeatMapCellIndexEventArgs.IndexHeatMapCellIndexEventArgs.RowIndexHeatMapCellIndexEventArgs.ColumnIndexEventArgs.Empty...

Constructors

Event arguments used in the HeaderCellPainted event, which is fired after the paint of a row header cell.

C#
public HeatMapRowHeaderCellPaintedEventArgs(CellIndex cellIndex, Graphics graphics, RectangleF bounds)
Parameters:cellIndexCellIndex

The index of the row cell.

graphicsGraphics

The graphics object.

boundsRectangleF

The paint bounds.