Ejemplo n.º 1
0
 public PdfExportCellFormattingEventArgs(
     GridPdfExportCellElement cellElement,
     GridViewRowInfo rowInfo,
     GridViewColumn column)
     : base(rowInfo, column)
 {
     this.cellElement = cellElement;
 }
Ejemplo n.º 2
0
 public ExportCellPaintEventArgs(
     GridPdfExportCellElement cell,
     IPdfEditor editor,
     RectangleF rectangle)
     : base(editor, rectangle)
 {
     this.cell = cell;
 }