PdfGridBeginCellLayoutCallback typedef

PdfGridBeginCellLayoutCallback = void Function(Object sender, PdfGridBeginCellLayoutArgs args)

Delegate for handling StartCellLayoutEvent.

Implementation

typedef PdfGridBeginCellLayoutCallback =
    void Function(Object sender, PdfGridBeginCellLayoutArgs args);