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

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

Syntax

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

See Also