Initialize a new instance of the ComposeEntryEventArgs class.

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

Syntax

C#
public ComposeEntryEventArgs(
	Paragraph paragraph
)
Visual Basic
Public Sub New ( _
	paragraph As Paragraph _
)

Parameters

paragraph
Type: TallComponents.PDF.Layout.Paragraphs..::..Paragraph
The paragraph for which the event was raised.

See Also