Skip to main content
All docs
V20.1

CustomExportCellEventArgsBase Constructors

Serves as a base for classes that provide data for the CustomExportCell event.
Name Parameters Description
CustomExportCellEventArgsBase(IVisualBrick, PivotGridCellItem, GraphicsUnit, IPivotPrintAppearance, PivotGridPrinterBase, Rectangle) brick, cellItem, graphicsUnit, appearance, printer, rect Initializes a new instance of the CustomExportCellEventArgsBase class.
See Also