Fired after a TextBlock is created from text in the PDF file, permitting font substitution.

Namespace:  C1.Silverlight.PdfViewer
Assembly:  C1.Silverlight.PdfViewer (in C1.Silverlight.PdfViewer.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public event EventHandler<TextBlockAddedEventArgs> TextBlockAdded
Visual Basic
Public Event TextBlockAdded As EventHandler(Of TextBlockAddedEventArgs)
XAML Attribute Usage
<object TextBlockAdded="EventHandler<TextBlockAddedEventArgs>" .../>

See Also