Represents the method that will handle the PrintRow event of a RowCollection.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public delegate void PrintRowEventHandler( RowCollection sender, PrintRowEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub PrintRowEventHandler ( _ sender As RowCollection, _ e As PrintRowEventArgs _ ) |