ClassPrintCellPaintEventArgs
Class
Represents event arguments for the PrintCellPaint.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class PrintCellPaintEventArgs : EventArgs
Inheritance: objectEventArgsPrintCellPaintEventArgs
Inherited Members
Constructors
PrintCellPaintEventArgs(Graphics, GridViewRowInfo, GridViewColumn, Rectangle)
Initializes a new instance of the PrintCellPaintEventArgs class.
Declaration
cs-api-definition
public PrintCellPaintEventArgs(Graphics graphics, GridViewRowInfo row, GridViewColumn column, Rectangle cellRect)
Parameters
graphics
The graphics.
row
The row.
column
The column.
cellRect
The cell rect.