C1.Silverlight.PdfViewer.5 Assembly > C1.Silverlight.PdfViewer Namespace > C1PdfViewer Class : ParsingError Event |
'Declaration Public Event ParsingError As System.EventHandler(Of ParsingErrorEventArgs)
public event System.EventHandler<ParsingErrorEventArgs> ParsingError
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.
Property | Description |
---|---|
ParsingException | Gets or sets the Exception when parsing. |