Click or drag to resize

PdfTable Events

The PdfTable type exposes the following members.

Events
Name Description
Public event BeginCellLayout
The event raised on starting cell lay outing.
Public event BeginPageLayout
Event. Raises before the element should be printed on the page.
(Inherited from PdfLayoutWidget .)
Public event BeginRowLayout
The event raised on starting row lay outing.
Public event EndCellLayout
The event raised on having finished cell layout.
Public event EndPageLayout
Event. Raises after the element was printed on the page.
(Inherited from PdfLayoutWidget .)
Public event EndRowLayout
The event raised on having finished row lay outing.
Public event QueryColumnCount
The event raised when the column number is requested.
Public event QueryNextRow
The event raised when the next row data is requested.
Public event QueryRowCount
The event raised when the row number is requested.
Top
See Also