ClassPrintCellFormattingEventArgs
Class
Represents event arguments for the PrintCellFormatting event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class PrintCellFormattingEventArgs : EventArgs
Inheritance: objectEventArgsPrintCellFormattingEventArgs
Inherited Members
Constructors
PrintCellFormattingEventArgs(GridViewRowInfo, GridViewColumn, CellPrintElement)
Initializes a new instance of the PrintCellFormattingEventArgs class.
Declaration
cs-api-definition
public PrintCellFormattingEventArgs(GridViewRowInfo row, GridViewColumn column, CellPrintElement printCell)
Parameters
row
The row.
column
The column.
printCell
The print cell.