Represents the method that will handle the ComposeEntry event of a CrossreferenceSection.

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

Syntax

C#
public delegate void ComposeEntryEventHandler(
	CrossreferenceSection source,
	ComposeEntryEventArgs e
)
Visual Basic
Public Delegate Sub ComposeEntryEventHandler ( _
	source As CrossreferenceSection, _
	e As ComposeEntryEventArgs _
)

See Also