Represents the method that will handle the RtfCustomEvent event on a RtfParagraph.

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

Syntax

C#
public delegate void RtfCustomEventHandler(
	RtfParagraph sender,
	RtfCustomEventArgs e
)
Visual Basic
Public Delegate Sub RtfCustomEventHandler ( _
	sender As RtfParagraph, _
	e As RtfCustomEventArgs _
)

Parameters

sender
Type: TallComponents.PDF.Layout.Paragraphs..::..RtfParagraph
The RtfParagraph that triggered the event.
e
Type: TallComponents.PDF.Layout.Paragraphs..::..RtfCustomEventArgs
Event arguments.

See Also