Represents the method that will handle the BreakParagraph 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 BreakParagraphEventHandler(
	Paragraph sender,
	BreakParagraphEventArgs e
)
Visual Basic
Public Delegate Sub BreakParagraphEventHandler ( _
	sender As Paragraph, _
	e As BreakParagraphEventArgs _
)

See Also