PdfGridEndCellLayoutCallback typedef

PdfGridEndCellLayoutCallback = void Function(Object sender, PdfGridEndCellLayoutArgs args)

Delegate for handling EndCellLayoutEvent.

Implementation

typedef PdfGridEndCellLayoutCallback = void Function(
    Object sender, PdfGridEndCellLayoutArgs args);