Class HeatMapColumnHeaderCellPaintedEventArgs
Event arguments used in the HeaderCellPainted event, which is fired after the paint of the column headers.
Inheritance
System.Object
System.EventArgs
HeatMapColumnHeaderCellPaintedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class HeatMapColumnHeaderCellPaintedEventArgs : HeatMapHeaderCellPaintedEventArgs
Constructors
HeatMapColumnHeaderCellPaintedEventArgs(CellIndex, Graphics, RectangleF)
Event arguments used in the HeaderCellPainted event, which is fired after the paint of a column header.
Declaration
public HeatMapColumnHeaderCellPaintedEventArgs(CellIndex cellIndex, Graphics graphics, RectangleF bounds)
Parameters
CellIndex
cellIndex
The index of the column cell. |
System.Drawing.Graphics
graphics
The graphics object. |
System.Drawing.RectangleF
bounds
The paint bounds. |