File: winforms\Managed\System\WinForms\HtmlElementErrorEventHandler.cs
Project: ndp\fx\src\System.Windows.Forms.csproj (System.Windows.Forms)
//------------------------------------------------------------------------------
// <copyright file="HtmlElementErrorEventHandler.cs" company="Microsoft">
//     Copyright (c) Microsoft Corporation.  All rights reserved.
// </copyright>                                                                
//------------------------------------------------------------------------------
 
using System;
 
namespace System.Windows.Forms {
 
    /// <include file='doc\HtmlElementErrorEventHandler.uex' path='docs/doc[@for="HtmlElementErrorEventHandler"]/*' />
    /// <devdoc>
    ///    <para>EventHandler for HtmlElementErrorEventArgs</para>
    /// </devdoc>
    public delegate void HtmlElementErrorEventHandler(object sender, HtmlElementErrorEventArgs e);
 
}