The events is raised when the parser encounters a problem typically due to not well formed or ambigious HTML.
| C# | Visual Basic | Visual C++ |
public event EventHandler<ParserWarningEventArgs> OnParserWarning
Public Event OnParserWarning As EventHandler(Of ParserWarningEventArgs)
public: event EventHandler<ParserWarningEventArgs^>^ OnParserWarning { void add (EventHandler<ParserWarningEventArgs^>^ value); void remove (EventHandler<ParserWarningEventArgs^>^ value); }