Represents the method that will handle the EndParagraph event of a Paragraph.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public delegate void EndParagraphEventHandler(
	Paragraph sender,
	EndParagraphEventArgs e
)
Visual Basic
Public Delegate Sub EndParagraphEventHandler ( _
	sender As Paragraph, _
	e As EndParagraphEventArgs _
)

See Also