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