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

In This Topic
    ParsingError Event (C1PdfViewer)
    In This Topic
    Fired only when any error occurs in pdf parsing.
    Syntax
    'Declaration
     
    
    Public Event ParsingError As EventHandler(Of ParsingErrorEventArgs)
    public event EventHandler<ParsingErrorEventArgs> ParsingError
    Event Data

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

    PropertyDescription
    Gets or sets the Exception when parsing.  
    See Also