Represents the method that handles the StartCompose and EndComposeevent of a Section.

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

Syntax

C#
public delegate void ComposeSectionEventHandler(
	Section source
)
Visual Basic
Public Delegate Sub ComposeSectionEventHandler ( _
	source As Section _
)

Remarks