Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.PdfViewer Namespace / C1PdfViewer Class / TextBlockAdded Event

In This Topic
    TextBlockAdded Event (C1PdfViewer)
    In This Topic
    Fired after a TextBlock is created from text in the PDF file, permitting font substitution.
    Syntax
    'Declaration
     
    
    Public Event TextBlockAdded As EventHandler(Of TextBlockAddedEventArgs)
    public event EventHandler<TextBlockAddedEventArgs> TextBlockAdded
    Event Data

    The event handler receives an argument of type TextBlockAddedEventArgs containing data related to this event. The following TextBlockAddedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the current TextBlock.  
    See Also