Class
HeatMapRowHeaderCellPaintedEventArgs

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:

cs-api-definition
public class HeatMapRowHeaderCellPaintedEventArgs : HeatMapHeaderCellPaintedEventArgs

Inheritance: objectEventArgsHeatMapCellIndexEventArgsHeatMapHeaderCellPaintedEventArgsHeatMapRowHeaderCellPaintedEventArgs

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

Constructors

HeatMapRowHeaderCellPaintedEventArgs(CellIndex, Graphics, RectangleF)

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

Declaration

cs-api-definition
public HeatMapRowHeaderCellPaintedEventArgs(CellIndex cellIndex, Graphics graphics, RectangleF bounds)

Parameters

cellIndex

CellIndex

The index of the row cell.

graphics

Graphics

The graphics object.

bounds

RectangleF

The paint bounds.