Skip to main content
A newer version of this page is available.
All docs
V19.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