Skip to main content

PrintRowEventArgs Constructors

Provides data for the GridView.BeforePrintRow event.
Name Parameters Description
PrintRowEventArgs(IPrintingSystem, Graphics, IBrickGraphics, Int32, Int32, Int32, Int32, Boolean) ips, g, graph, rowHandle, level, x, y, hasRowFooter Initializes a new instance of the PrintRowEventArgs class with the specified settings.
PrintRowEventArgs(IPrintingSystem, Graphics, IBrickGraphics, Int32, Int32, Int32, Int32) ips, g, graph, rowHandle, level, x, y Initializes a new instance of the PrintRowEventArgs class with the specified settings.
See Also