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
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)
The index of the row cell.
graphicsGraphicsThe graphics object.
boundsRectangleFThe paint bounds.