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